forked from mtcontrib/homedecor_modpack
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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user