【问题标题】:Is there a way to make minecraft java edition commandblock code into minecraft bedrock edition commandblock code?有没有办法让我的世界java版命令块代码变成我的世界基岩版命令块代码?
【发布时间】:2020-12-15 10:50:04
【问题描述】:

我想在我的 minecraft bedwars 游戏中制作一个交易系统。 Here is the video I used.

Here is the website I used.

这是我的Minecraft Java版代码:

/summon villager ~ ~1 ~ {VillagerData:

{profession:armorer,level:2,type:plains},Invulnerable:1,Silent:1,NoAI:1,CustomName:"\"Trader\"",Offers:

{Recipes:[{buy:{id:gold_ingot,Count:5},sell:{id:red_wool,Count:32,tag:{display:{Name:"\"Wool

\""}}},rewardExp:0b,maxUses:9999999}]}}

我想把我的世界java版代码制作成我的世界基岩版代码。

【问题讨论】:

    标签: minecraft


    【解决方案1】:

    很遗憾,基岩版不支持命令中的 NBT 数据,并且您的命令包含 NBT 数据,因此无法将其移植到基岩,抱歉!

    【讨论】:

      猜你喜欢
      • 2013-06-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-08-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多