Merge pull request #17 from cheapie/master
Add grinding recipes for basalt/pumice
This commit is contained in:
commit
e7400e4b3a
@ -372,3 +372,8 @@ minetest.register_craft({
|
|||||||
{"xpanes:bar", "xpanes:bar", "xpanes:bar"},
|
{"xpanes:bar", "xpanes:bar", "xpanes:bar"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if minetest.get_modpath("technic") then
|
||||||
|
technic.register_grinder_recipe({input={"gloopblocks:pumice"},output="default:sand"})
|
||||||
|
technic.register_grinder_recipe({input={"gloopblocks:basalt"},output="default:cobble"})
|
||||||
|
end
|
||||||
|
@ -8,3 +8,4 @@ intllib?
|
|||||||
wool?
|
wool?
|
||||||
xdecor?
|
xdecor?
|
||||||
caverealms?
|
caverealms?
|
||||||
|
technic?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user