1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Update homedecor_modpack

This commit is contained in:
LeMagnesium
2015-09-07 20:30:52 +02:00
parent 589b0ce4a5
commit f8052a0108
45 changed files with 883 additions and 1221 deletions

View File

@ -7,7 +7,7 @@ minetest.register_craft({
recipe = {
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
{ "homedecor:plastic_sheeting", "default:glass", "homedecor:plastic_sheeting" },
{ "homedecor:plastic_sheeting", "default:wood", "homedecor:plastic_sheeting" }
{ "homedecor:plastic_sheeting", "group:wood", "homedecor:plastic_sheeting" }
}
})
@ -15,7 +15,7 @@ minetest.register_craft({
output = "computer:slaystation",
recipe = {
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
{ "homedecor:plastic_sheeting", "default:wood", "homedecor:plastic_sheeting" }
{ "homedecor:plastic_sheeting", "group:wood", "homedecor:plastic_sheeting" }
}
})
@ -49,7 +49,7 @@ minetest.register_craft({
output = "computer:admiral64",
recipe = {
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
{ "default:wood", "default:wood", "default:wood" }
{ "group:wood", "group:wood", "group:wood" }
}
})