block.minecraft.stone
其中,block是它的类别,minecraft是它的命名空间,stone是它的id。
把它放进transte里:
{“transte“:“block.minecraft.stone“}
运行。
唉,输出了一个石头!
这时候把游戏语言换成英文,再运行一次。
唉,输出了一个Stone!
你也可以改成其他的语言再尝试一遍,或者是把stone换成其他方块的id也可以,比如红石块(redstone_block)
你也可以尝试把block改成item,然后把id改成一个没有方块状态的物品,比如弓(bow)。
为什么要没有方块状态的物品?
The content is not finished, continue reading on the next page