You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if it is possible to create a weighted list of blocks that can be sampled when replacing the far blocks not in caves, similar to how CoFH world does their ore gen stuff.
Ex.:
S:"Hard Block"= [
{"name": "minecraft:cobblestone", "weight":15},
{"name": "minecraft:ice", "weight":5},
{"name": "minecraft:packed_ice", "weight":5},
{"name": "minecraft:snow", "weight":10},
{"name": "minecraft:stone", "weight":65}
]
The text was updated successfully, but these errors were encountered:
I'm wondering if it is possible to create a weighted list of blocks that can be sampled when replacing the far blocks not in caves, similar to how CoFH world does their ore gen stuff.
Ex.:
S:"Hard Block"= [
{"name": "minecraft:cobblestone", "weight":15},
{"name": "minecraft:ice", "weight":5},
{"name": "minecraft:packed_ice", "weight":5},
{"name": "minecraft:snow", "weight":10},
{"name": "minecraft:stone", "weight":65}
]
The text was updated successfully, but these errors were encountered: