泡泡茶壶 【Lv:3】 注册 2024/04/20 消息 9 金粒 15,148.00金粒 2026/08/17 #1 🎨 物品模型 | XiaoMoMi Plugins 上一章的物品能用了,但长得和原版一样。这章给它换外观。 xiao-momi.github.io 用wiki的方法创建了一个物品 代码: items: test:toxic_sword: material: golden_sword data: item_name: "<!i><#3CB371>剧毒之剑" model: path: test:item/toxic_sword generation: parent: minecraft:item/handheld textures: layer0: test:item/toxic_sword layer1: test:item/toxic_sword_glow 贴图也放在了正确的位置 但是贴图并没有发光 有什么方法可以实现贴图发光吗
🎨 物品模型 | XiaoMoMi Plugins 上一章的物品能用了,但长得和原版一样。这章给它换外观。 xiao-momi.github.io 用wiki的方法创建了一个物品 代码: items: test:toxic_sword: material: golden_sword data: item_name: "<!i><#3CB371>剧毒之剑" model: path: test:item/toxic_sword generation: parent: minecraft:item/handheld textures: layer0: test:item/toxic_sword layer1: test:item/toxic_sword_glow 贴图也放在了正确的位置 但是贴图并没有发光 有什么方法可以实现贴图发光吗
Txjaiione 【Lv:1】 正式会员 注册 2026/07/19 消息 16 金粒 1,100.00金粒 星期四,01:35 #3 1. 客户端是否支持自发光 2. 重载命令是否正确 3. 排查layer1 贴图本身是否可见:如果不发光,那 layer1 的图案本身有正常叠加显示出来吗?还是完全没变化? Upvote 0 反对