作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: neoforge
标签: equipment management
Available in 1.1.5 with customizable headers and icons inside Mod Menu or config:
Resourcepack used to showcase: EaglesEye's Tooltip Attribute Icons with Icon Leading Tooltip
? Adding Descriptions to Custom Attributes
To add descriptions to any attributes:
Create a resource pack, and inside it, navigate to:
assets/<your_namespace>/lang/en_us.json
Add your attribute descriptions like this:
{
"description.attribute.name.modid.attributename": "Your attribute description here.",
"description.attribute.name.spell_engine.healing_taken": "Modifies how much healing is received."
}
✅ Replace modid and attributename with your actual mod's ID and the attribute's name.
Giving an attribute the id -> minecraft:diamond_sword.hello_world -> will show in tooltip as the diamond sword with the custom name as "Hello World"
Made for FantasyMC 1.21.1请登录后举报
暂无评论,抢个沙发吧~