another minor tweak. two of the recipes had leftover yields from a previous

version of this mod.
This commit is contained in:
Vanessa Ezekowitz 2012-09-30 03:54:15 -04:00
parent 328b023175
commit 55b8959e65
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ minetest.register_craft({
minetest.register_craft( {
type = "shapeless",
output = 'homedecor:wood_table_large 2',
output = 'homedecor:wood_table_large',
recipe = { 'homedecor:wood_table_small_square' },
})