forked from mtcontrib/homedecor_modpack
another minor tweak. two of the recipes had leftover yields from a previous
version of this mod.
This commit is contained in:
parent
328b023175
commit
55b8959e65
|
@ -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' },
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user