mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
Drops
This commit is contained in:
@@ -22,6 +22,26 @@
|
||||
"mushroom-clutter"
|
||||
]
|
||||
},
|
||||
"blockDrops": [
|
||||
{
|
||||
"blocks": [
|
||||
"MYCELIUM",
|
||||
"MUSHROOM_STEM",
|
||||
"BROWN_MUSHROOM_BLOCK",
|
||||
"RED_MUSHROOM_BLOCK"
|
||||
],
|
||||
"drops": [
|
||||
{
|
||||
"type": "RED_MUSHROOM",
|
||||
"rarity": 8
|
||||
},
|
||||
{
|
||||
"type": "BROWN_MUSHROOM",
|
||||
"rarity": 8
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"spotBiomes":[
|
||||
{
|
||||
"biome": "mushroom-crimson-forest",
|
||||
|
||||
@@ -27,6 +27,22 @@
|
||||
"swamp-clutter"
|
||||
]
|
||||
},
|
||||
"blockDrops": [
|
||||
{
|
||||
"blocks": [
|
||||
"GRASS_BLOCK",
|
||||
"DARK_OAK_LEAVES",
|
||||
"GRASS",
|
||||
"TALL_GRASS"
|
||||
],
|
||||
"drops": [
|
||||
{
|
||||
"type": "SLIME_BALL",
|
||||
"rarity": 24
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"deposits":[
|
||||
{
|
||||
"minHeight": 35,
|
||||
|
||||
Reference in New Issue
Block a user