作者:rebot | 分类:地图
Minecraft 版本: 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
平台: neoforge
标签: management technology worldgen
Molten Vents is a mod which adds a renewable source of the orestones found in the Create mod, and by extension the many resources that can be processed from them.

Just add the name of the block to this list (a .json file that generates in the config folder)
{"values":["asurine","veridium","crimsite","ochrum","scorchia","scoria","exampleblock"]}
And then depending on your modloader:
Neoforge - Copy paste any other file in the config/molten_vents/conductive & config/molten_vents/convertible folders. - Rename the files to the name of the custom block. - Change values inside the files (Conductive is a list of blocks the molten vent can convert blocks through, it must contain the active molten vent at minimum. Convertible is a list of blocks the molten vent can convert into the new block. (ex. lava -> asurine)) Forge Make a datapack that adds these two jsons: data/molten_vents/molten_vents/blocks/conductive/exampleblock.json (You can add whatever blocks you want here but definitely include these three) ```json { "replace": false, "values": [ "examplemodthataddsblock:exampleblock", "molten_vents:dormant_molten_exampleblock", "molten_vents:active_molten_exampleblock" ] } ``` data/molten_vents/molten_vents/blocks/convertible/exampleblock.json (The lava can be changed to any other block and other blocks can be additionally added) ```json { "replace": false, "values": [ "minecraft:lava" ] } ``` Example datapack can be found in the #datapacks channel in the discord ([https://discord.gg/HHqKa8vTAN]((https://discord.gg/HHqKa8vTAN)))Then make a resourcepack that adds the name translations, blockstates, models, and textures for "molten_vents.active_molten_exampleblock" and "molten_vents.dormant_molten_exampleblock" (optional)
Just recreate your own copy of the placed and configured feature jsons available in the base mod in the respective directories within your own datapack:
data/yourdatapackname/worldgen/configured_feature/examplevent.json
data/yourdatapackname/worldgen/placed_feature/examplevent.json
Then add your placed feature to the forge biome modifiers:
data/yourdatapackname/forge/biome_modifier/add_vents.json
Examples are here:
Discord: https://discord.gg/HHqKa8vTAN
This mod may be used in any modpack.
请登录后举报
暂无评论,抢个沙发吧~