[BUG]Hidden names are not displayed in the hot bar and prompt information (including Jade information)
LILPRINCES opened this issue ยท 0 comments
Minecraft Version
1.20.1
Mod Version
ItemStages-Forge-1.20.1-8.0.3
Mod Loader
Forge
What environment are you running the mod in?
Client
Issue Description
import mods.itemstages.ItemStages; import mods.itemstages.Restriction; import crafttweaker.api.text.Component; ItemStages.restrict(<item:minecraft:stick>, "farmer1").hiddenName("oneone").setHiddenInJEI(true).preventPickup(false).preventUsing(true).preventInventory(false);


