mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Blaze powder is no fuel
This commit is contained in:
parent
f6ccf1fe41
commit
02540a5193
@ -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"}},
|
||||
|
Loading…
Reference in New Issue
Block a user