Move gunpowder to mcl_mobitems

This commit is contained in:
Wuzzy 2017-02-16 21:33:14 +01:00
parent a0adb8bed7
commit 001a2d2064
8 changed files with 14 additions and 15 deletions

View file

@ -4,7 +4,7 @@
minetest.register_craft({
type = "shapeless",
output = "mcl_core:gunpowder",
output = "mcl_mobitems:gunpowder",
recipe = {
'group:sand',
'mcl_core:gravel',