自定义树木生成器
让自定义树随机生成
info:
namespace: myitems
trees_populators:
my_tree:
worlds:
- world
bottom_blocks:
- DIRT
- GRASS_BLOCK
- PODZOL
chance: 40.0
max_height: 100
min_height: 50
amount: 3
iterations: 2
tree_type: TREE
leaves: myitems:my_leaves
log: myitems:my_log
biomes:
- PLAINS
- SUNFLOWER_PLAINS
- MOUNTAINSworlds
bottom_block
chance
min_height & max_height
amount
iterations
tree_type
leaves
log
biomes
示例

最后更新于