Version MFF.
0
mesecons_insulated/depends.txt
Normal file → Executable file
4
mesecons_insulated/init.lua
Normal file → Executable file
@ -30,7 +30,7 @@ minetest.register_node("mesecons_insulated:insulated_on", {
|
||||
type = "fixed",
|
||||
fixed = { -16/32-0.001, -17/32, -3/32, 16/32+0.001, -13/32, 3/32 }
|
||||
},
|
||||
groups = {dig_immediate = 3, not_in_creative_inventory = 1},
|
||||
groups = {dig_immediate = 2, not_in_creative_inventory = 1}, --MFF
|
||||
drop = "mesecons_insulated:insulated_off",
|
||||
mesecons = {conductor = {
|
||||
state = mesecon.state.on,
|
||||
@ -62,7 +62,7 @@ minetest.register_node("mesecons_insulated:insulated_off", {
|
||||
type = "fixed",
|
||||
fixed = { -16/32-0.001, -17/32, -3/32, 16/32+0.001, -13/32, 3/32 }
|
||||
},
|
||||
groups = {dig_immediate = 3},
|
||||
groups = {dig_immediate = 2}, --MFF
|
||||
mesecons = {conductor = {
|
||||
state = mesecon.state.off,
|
||||
onstate = "mesecons_insulated:insulated_on",
|
||||
|
BIN
mesecons_insulated/textures/jeija_insulated_wire_crossing_tb_01.png
Normal file → Executable file
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 169 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_crossing_tb_10.png
Normal file → Executable file
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 169 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_crossing_tb_off.png
Normal file → Executable file
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 156 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_crossing_tb_on.png
Normal file → Executable file
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 156 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_curved_tb_off.png
Normal file → Executable file
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 136 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_curved_tb_on.png
Normal file → Executable file
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 136 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_ends_01x.png
Normal file → Executable file
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 173 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_ends_01z.png
Normal file → Executable file
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 157 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_ends_10x.png
Normal file → Executable file
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 161 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_ends_10z.png
Normal file → Executable file
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 161 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_ends_off.png
Normal file → Executable file
Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 109 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_ends_on.png
Normal file → Executable file
Before Width: | Height: | Size: 126 B After Width: | Height: | Size: 109 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_sides_off.png
Normal file → Executable file
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 100 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_sides_on.png
Normal file → Executable file
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 100 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_tjunction_tb_off.png
Normal file → Executable file
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 139 B |
BIN
mesecons_insulated/textures/jeija_insulated_wire_tjunction_tb_on.png
Normal file → Executable file
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 139 B |