Skip to content

Custom Fuels

Configuration File

plugins/Craftorithm/custom_fuels.yml

Format

yaml
minecraft:command_block:
  burn_time: 100
minecraft:bedrock:
  burn_time: 200
FieldTypeDescription
burn_timeintegerBurn time in ticks (20 ticks = 1 second)

Add Command

bash
/cra item fuel add <burn_time>

Hold the item you want to set as fuel, then run the command.

Remove Command

bash
/cra item fuel remove <fuel_id>

Time Reference

TicksSecondsReference
20010Vanilla stick
160080Vanilla coal
1005Example

基于 GPL-3.0 许可证发布