forked from Mineclonia/Mineclonia
Blaze powder is no fuel
This commit is contained in:
parent
f6ccf1fe41
commit
02540a5193
|
@ -428,12 +428,6 @@ minetest.register_craft({
|
||||||
burntime = 120,
|
burntime = 120,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
type = "fuel",
|
|
||||||
recipe = "mcl_mobitems:blaze_powder",
|
|
||||||
burntime = 120,
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'mcl_mobitems:slimeball 9',
|
output = 'mcl_mobitems:slimeball 9',
|
||||||
recipe = {{"mcl_core:slimeblock"}},
|
recipe = {{"mcl_core:slimeblock"}},
|
||||||
|
|
Loading…
Reference in New Issue