JEITweaker
描述
这个模组添加了对于JEI物品管理器的支持 CraftTweaker以前是本地支持JEI的,但由于重写了1.14,JEI的支持被引入了它自己的模块中。
所属包名
mods.jei.JEI
隐藏物品
The following script will hide Dirt from JEI when looking at the item list.
Fluid Hiding
The following script will hide Lava from JEI when looking at the item list, this is just the actual Fluid, and not the Bucket Item or other Items that have the Fluid (like a Tank)
Mod Hiding
The following script will hide all the Items added by "minecraft", except for Stone from the item list.
Regex Hiding
The following script will hide all the Items that have stone
in their name from the item list.
隐藏类别
The following script will hide the Furnace category from JEI. It is essentially hiding all the recipes in the category.
在原版游戏中有以下几种合成类别:
Mods can add more categories though, so be sure to do /ct dump jeiCategories
to get a full list of them!
Recipe Hiding
The following script will hide the Oak Boat recipe from the Crafting category. This will not remove the recipe, it will just hide it.
添加信息
The following script will add any custom information to an Item or a Fluid when looking at their usages in JEI.
Item Info
The following script will add three lines to the JEI Information tab when looking at a Diamond.
上面的代码将会显示出如下效果
Fluid Info
Adding Fluid Info is very similar to adding Item Info, the only difference is that the Fluid has a size.
Using <fluid:minecraft:water>
will show a single layer of Water in JEI. Using <fluid:minecraft:water> * 1000
will show a full block worth of Water in JEI.
The following script will add three lines to the JEI Information tab when looking at Water and the Water will show as a full block.