mincraft文件夹下没有对应的config文件夹吗?
cobblegenradomize-common.toml是这mod的配置文件?
cf上都有教程!!
custom_generators = [Generator]
Generator = [类型, 方块, List]
类型 = "原石" or "石头"
方块 = the resource location of the catalyst ("modid:block") ”方块id,/ct hand,去掉尖括号就是“
List = A list of block entries ("modid:block|weight")
例子:
custom_generators = [
["cobblestone", "minecraft:diamond_block", ["minecraft:diamond_ore"]],
["cobblestone", "minecraft:dirt", ["forge:dirt"]],
["stone", "minecraft:white_wool", ["minecraft:wool"]]
]
cf上都有教程!!
custom_generators = [Generator]
Generator = [类型, 方块, List]
类型 = "原石" or "石头"
方块 = the resource location of the catalyst ("modid:block") ”方块id,/ct hand,去掉尖括号就是“
List = A list of block entries ("modid:block|weight")
例子:
custom_generators = [
["cobblestone", "minecraft:diamond_block", ["minecraft:diamond_ore"]],
["cobblestone", "minecraft:dirt", ["forge:dirt"]],
["stone", "minecraft:white_wool", ["minecraft:wool"]]
]