Blaze powder is no fuel

This commit is contained in:
Wuzzy 2020-05-29 02:50:14 +02:00
parent f6ccf1fe41
commit 02540a5193
1 changed files with 0 additions and 6 deletions

View File

@ -428,12 +428,6 @@ minetest.register_craft({
burntime = 120,
})
minetest.register_craft({
type = "fuel",
recipe = "mcl_mobitems:blaze_powder",
burntime = 120,
})
minetest.register_craft({
output = 'mcl_mobitems:slimeball 9',
recipe = {{"mcl_core:slimeblock"}},