Iris/src/main/resources/pack/biomes/forest_haunted.json
Daniel Mills d1925201ef Ye
2020-01-07 08:26:39 -05:00

23 lines
391 B
JSON

{
"name": "Haunted Forest",
"derivative": "MUTATED_SWAMPLAND",
"surface": [
"GRASS",
"GRASS",
"GRASS",
"GRASS",
"SOUL_SAND",
"DIRT",
"DIRT:1",
"DIRT:2"
],
"dirt": [
"DIRT",
"DIRT:1",
"SOUL_SAND"
],
"scatter":[
"LONG_GRASS:1=0.13"
],
"surfaceType": "simplex"
}