1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-16 04:30:23 +02:00

Split most of nodes.lua off into separate files by category.

Also fixed a screwed up register_craftitem that was overriding a register_node
call for the same object (wooden table legs).  Got rid of the old "mkII" wooden
table legs.
This commit is contained in:
Vanessa Ezekowitz
2013-03-17 19:09:42 -04:00
parent 02b8f22305
commit 9cfc7a9411
8 changed files with 837 additions and 812 deletions

View File

@ -834,11 +834,6 @@ minetest.register_craft( {
},
})
minetest.register_craftitem("homedecor:utility_table_legs", {
description = S("Legs for Small Utility table"),
inventory_image = "homedecor_utility_table_legs.png",
})
minetest.register_craft( {
output = 'homedecor:utility_table_legs',
recipe = {