mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-15 15:00:34 +01:00
fixed unknown block in craft
This commit is contained in:
parent
d2264a7ebb
commit
1cde302446
|
@ -225,7 +225,7 @@ minetest.register_craft( {
|
|||
output = "pipeworks:teleport_tube_1 2",
|
||||
recipe = {
|
||||
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
|
||||
{ "default:desert_stone", "default:mese_block", "default:desert_stone" },
|
||||
{ "default:desert_stone", "default:mese", "default:desert_stone" },
|
||||
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }
|
||||
}, -- MODIFICATION MADE FOR MFF ^
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user