更多鸡联动
需要mod Chickens, ContentTweaker
导包
import mods.contenttweaker.ChickenFactory;创建 ChickenRepresentation
ChickenFactory.createChicken(String name, CTColor color, IItemStack item);实例
#loader contenttweaker
#modloaded chickens
import mods.contenttweaker.ChickenFactory;
import mods.contenttweaker.Color;
val chickenRepresentation = ChickenFactory.createChicken("bedrocked_chicken", Color.fromInt(0xffffff), <item:minecraft:bedrock>);
chickenRepresentation.setForegroundColor(Color.fromInt(0xabcdef));
chickenRepresentation.register();最后更新于