use basic_materials mod where possible

master
Vanessa Dannenberg 2018-10-30 21:16:13 -04:00
parent 97806fa986
commit bb5db31b2e
3 changed files with 3 additions and 16 deletions

View File

@ -1 +1,2 @@
default
default
basic_materials

View File

@ -1,20 +1,6 @@
glooptest.parts_module = {}
glooptest.debug("MESSAGE","Loading Parts Module Now!")
minetest.register_craftitem("glooptest:chainlink", {
description = "Chainlink",
inventory_image = "glooptest_chainlink.png"
})
minetest.register_craft({
output = "glooptest:chainlink 8",
recipe = {
{"", "default:steel_ingot", ""},
{"default:steel_ingot", "", "default:steel_ingot"},
{"", "default:steel_ingot", ""}
}
})
minetest.register_node("glooptest:crystal_glass", {
description = "Crystal Glass",
drawtype = "allfaces",
@ -171,4 +157,4 @@ if LOAD_ORE_MODULE == true then
{"glooptest:crystal_glass", "glooptest:crystal_glass", "glooptest:crystal_glass"}
}
})
end
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B