JATiCA
作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
标签: equipment utility
JATiCA
JATiCA (Just A Tinkers' Construct/Compatibility Attempt) is a mod that adds materials registered in JAOPCA as Tinkers' Construct materials.
Since this is an addon mod developed by a third party, please direct any questions or bug reports about this mod to me, not to the developers of JAOPCA or Tinkers' Construct.
?日本語
Setup
- Install JAOPCA, Tinkers' Construct, and JATiCA.
- Launch Minecraft.
- Open
config/jaopca/modules/jatica_materials.tomland add the names of the JAOPCA materials you want to add as Tinkers' Construct materials topassiveMaterialWhitelist = [].
Setting it to["*"]will add all materials registered in JAOPCA as Tinkers' Construct materials. - Restart Minecraft.
- Open
<material_name>.tomlinconfig/jaopca/materials/and configure the material properties in the[jatica]section.
By default, no parts are generated, so set the required parts totrue. - Restart Minecraft, and the Tinkers' Construct materials will be added.
Changing Material Names
If you want to change the material names displayed in Tinkers' Construct, add a key like material.jatica.<material_name>.
Small Blade, Mattock, etc. ```json { "material.jatica.amethyst": "Cool Amethyst" } ``` If you want to change the material names displayed in JAOPCA, add a key like `jaopca.material.`. Molten , Block of , etc. ```json { "jaopca.material.amethyst": "Cool Amethyst" } ```
Acknowledgments
Thanks to the developers of JAOPCA and Tinkers' Construct.
请登录后举报
暂无评论,抢个沙发吧~