幽冥冥灬
本帖最后由 幽冥冥灬 于 2023-10-23 14:09 编辑

RT

我想使用MI的合成站做一个物品合成的功能,但合成产出物是其他插件的物品(如果将这个物品导入MI,则该物品会失去它的作用,因为MI给物品添加的NBT太多了)
这种情况下我该怎么解决?

名副其实
将这个物品设置为 ItemCommands 中的命令物品,右键后执行 NeigeItems 的给予命令,达到你所要的效果。

Tirol#5418

  1.     1:
  2.         output:
  3.             type: ARMOR
  4.             id: NURSE_HELMET
  5.             amount: 1

  6.         crafting-time: 3600  #制作时间
  7.         
  8.         options:
  9.             output-item: true    #设置为 false 则不输出output 的物品
  10.             silent-craft: false
  11.             hide-when-locked: false

  12.         conditions:
  13.         - placeholder{placeholder=%xconomy_balance_value%~>~19999;display="2万&f௣"}  #检测 金币变量 <不需要可以不写>
  14.         on-use:
  15.         - 'message{format="&fऎ &f金币扣除成功,如若取消制作将返还金币!"}'
  16.         - 'command{format="money take %player% 20000",sender=CONSOLE}'
  17.         on-cancel:
  18.         - 'message{format="&fऎ &f你已取消打造此装备!"}'
  19.         - 'command{format="money give %player% 20000",sender=CONSOLE}'
复制代码



Tirol#5418

我服了,,有个 代码 写不进去。。。

第一页 上一页 下一页 最后一页