1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-19 16:10:24 +02:00

Updated homedecor_modpack : not running yet

This commit is contained in:
LeMagnesium
2015-01-24 19:40:00 +01:00
parent 36897537a5
commit 8787930b51
562 changed files with 3676 additions and 5162 deletions

View File

@ -107,7 +107,7 @@ minetest.register_craft({
output = 'chains:chain_top',
recipe = {
{'default:steel_ingot'},
{'glooptest:chainlink'},
{'glooptest:chainlink'},
},
})
@ -135,7 +135,7 @@ minetest.register_craft({
output = 'chains:chain_top_brass',
recipe = {
{'technic:brass_ingot'},
{'homedecor:chainlink_brass'},
{'homedecor:chainlink_brass'},
},
})