mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-07 11:00:23 +01:00
Updated pipeworks
This commit is contained in:
parent
da33df3e9c
commit
548142b79b
|
@ -227,7 +227,7 @@ minetest.register_craft( {
|
|||
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
|
||||
{ "default:desert_stone", "default:mese", "default:desert_stone" },
|
||||
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }
|
||||
}, -- MODIFICATION MADE FOR MFF ^
|
||||
},
|
||||
})
|
||||
|
||||
if minetest.get_modpath("mesecons_mvps") ~= nil then
|
||||
|
|
|
@ -137,7 +137,7 @@ local function register_wielder(data)
|
|||
end
|
||||
minetest.register_node(data.name_base.."_"..state, {
|
||||
description = data.description,
|
||||
tile_images = tile_images,
|
||||
tiles = tile_images,
|
||||
mesecons = {
|
||||
effector = {
|
||||
rules = pipeworks.rules_all,
|
||||
|
|
Loading…
Reference in New Issue
Block a user