燃料
如何将物品设置为燃料?
你只需要使用 fuel 行为属性.
栗子
fuel:
burn_ticks: 20
machines:
- BLAST_FURNACE
栗子中的配置使燃油能够在 BLAST_FURNACE 中使用 20 ticks (1 秒).
完整栗子配置
magic_fuel:
display_name: "%#FE5A00%magic_fuel"
permission: fuel.magic_fuel
resource:
material: COAL
generate: true
textures:
- "minecraft:item/diamond.png"
behaviours:
fuel:
burn_ticks: 20
machines:
- BLAST_FURNACE
最后更新于