SPGoding / spu

SPU Performs Updating, an npm package that provides method to update Minecraft commands. No longer maintained; use https://github.com/SPGoding/datapack-language-server to update newer datapacks instead.
https://npmjs.com/package/spu
MIT License
49 stars 5 forks source link

/give命令转换错误 #6

Closed Voidcrystal closed 6 years ago

Voidcrystal commented 6 years ago

在1.12.2下,给予一本修复的附魔书命令为 /give @p minecraft:enchanted_book 1 0 {StoredEnchantments:[{id:70s,lvl:1s}]} 使用spu转换后为 /give @p minecraft:enchanted_book{Enchantments:[{id:"minecraft:mending",lvl:1s}]} 1 这样得到的附魔书无法使用 实际命令应为 /give @p minecraft:enchanted_book{StoredEnchantments:[{id:"minecraft:mending",lvl:1s}]} 1

SPGoding commented 6 years ago

小失误…会修的…