本帖最后由 夜空523 于 2020-8-27 19:13 编辑
give ye_kong484 219 1 {BlockEntityTag:{Items:[{Slot:0,id:1,Count:1}]}}
潜影盒内并没有出现什么
游戏版本1.12.2
give ye_kong484 219 1 {BlockEntityTag:{Items:[{Slot:0,id:1,Count:1}]}}
潜影盒内并没有出现什么
游戏版本1.12.2
本帖最后由 Peanutz_OwO 于 2020-8-27 20:10 编辑
复制代码数字ID不被允许。
- give ye_kong484 white_shulker_box 1 0 {BlockEntityTag:{Items:[{Slot:0b,id:stone,Count:1b}]}}
Peanutz_OwO 发表于 2020-8-27 19:09
数字ID不被允许。
有办法放入mod物品么。我输入英文id没用
- {Slot:4,id:arvestcraft:netherstartoastitem,Count:64}
夜空523 发表于 2020-8-27 20:34
有办法放入mod物品么。我输入英文id没用还是说需要代替的字符
加个引号
give @s shulker_box 1 0 {BlockEntityTag:{Items:[{Slot:4,id:"arvestcraft:netherstartoastitem",Count:64}]}}