1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-27 10:10:28 +01:00

[homedecor] Balance crafts; fixing #467

This commit is contained in:
LeMagnesium 2016-06-06 20:07:55 +02:00
parent 2932796a30
commit c0da574545

View File

@ -1135,7 +1135,7 @@ minetest.register_craft({
minetest.register_craft({
type = "shapeless",
output = "default:stick 4",
output = "default:stick 9", -- Balanced for MFF
recipe = {
"homedecor:wood_table_small_round",
"homedecor:wood_table_small_round",
@ -1145,7 +1145,7 @@ minetest.register_craft({
minetest.register_craft({
type = "shapeless",
output = "default:stick 4",
output = "default:stick 9", -- Balanced for MFF
recipe = {
"homedecor:wood_table_small_square",
"homedecor:wood_table_small_square",
@ -1155,7 +1155,7 @@ minetest.register_craft({
minetest.register_craft({
type = "shapeless",
output = "default:stick 4",
output = "default:stick 9", -- Balanced for MFF
recipe = {
"homedecor:wood_table_large",
"homedecor:wood_table_large",