Minecraft-Java-Edition

當我使用我的資源包時,藥水看起來像彩色玻璃瓶

  • February 12, 2022

在此處輸入圖像描述

如果我在 Minecraft 中使用我的資源包,藥水看起來就像有色玻璃瓶。我的資源包添加了與 CustomModelData 一起使用的額外紋理,例如可口可樂紋理。我的可口可樂質地也是彩色的。

這是 json 文件中的程式碼:

{
   "parent": "minecraft:item/handheld",
   "textures": {
       "layer0": "minecraft:item/potion"
   },
   "overrides": [
       {
           "predicate": { "custom_model_data": 1},
           "model": "item/coke"
       }
   ]
}

不要讓瓶子成為覆蓋物,只是裡面的液體。

引用自:https://gaming.stackexchange.com/questions/394640