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

Updated pipeworks, mesecons, and fixed typo

- Fixing missing comma in building_blocks:sticks' new craft recipe
- Updated pipeworks and mesecons : if changed breaks, revert this commit (works well on local server)
This commit is contained in:
LeMagnesium
2015-02-27 17:28:41 +01:00
parent 3fcfff4bcd
commit 4ede79aae6
49 changed files with 1206 additions and 511 deletions

View File

@ -41,7 +41,7 @@ minetest.register_node("mesecons_extrawires:crossover_off", {
{ -3/32, -17/32, 6/32, 3/32, -13/32, 16/32+0.001 },
},
},
groups = {dig_immediate=3, mesecon=3, mesecon_conductor_craftable=1},
groups = {dig_immediate=3, mesecon=3},
mesecons = {
conductor = {
states = crossover_states,

View File

@ -65,7 +65,7 @@ minetest.register_node("mesecons_extrawires:tjunction_off", {
sunlight_propagates = true,
selection_box = tjunction_selectionbox,
node_box = tjunction_nodebox,
groups = {dig_immediate = 3, mesecon_conductor_craftable=1},
groups = {dig_immediate = 3},
mesecons = {conductor =
{
state = mesecon.state.off,