9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
This commit is contained in:
Daniel Mills
2020-08-26 17:23:45 -04:00
parent 9c748408c5
commit d9db954bbf
2 changed files with 36 additions and 0 deletions

View File

@@ -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",

View File

@@ -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,