trunks:moss can now be used as fuel. related to #3
This commit is contained in:
parent
e2608e0b54
commit
3a6b288541
@ -1,3 +1,9 @@
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "trunks:moss",
|
||||
burntime = 1,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "building_blocks:slab_marble",
|
||||
recipe = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user