Add recipe to clear florb
This commit is contained in:
parent
2cc7c203ab
commit
ca37cd936f
@ -61,3 +61,9 @@ minetest.register_craft({
|
|||||||
{'bucket:bucket_empty'},
|
{'bucket:bucket_empty'},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type="shapeless",
|
||||||
|
output = 'fluidity:florb',
|
||||||
|
recipe = {'group:florb'},
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user