清漪花开
Results
1
comments of
清漪花开
mc.listen("onPlayerCmd", (player, _cmd) => { let nbt1 = new NbtCompound({ "addon": new NbtCompound({ "type": new NbtString("additional"), "lvl": new NbtInt(1) }) }) let NewItem = mc.newItem("minecraft:leather_helmet", 1); let nbt = NewItem.getNbt();...