1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2024-11-14 06:10:30 +01:00

add not_blocking_trains to offset panes

This commit is contained in:
BuckarooBanzay 2024-09-16 16:49:20 +02:00
parent 93bdcda2dd
commit 364211ebf1

View File

@ -25,7 +25,10 @@ local function register(basename, description, texture)
type = "fixed",
fixed = {{-0.5, -0.5, -0.25, 0.5, 0.5, 0.25}},
},
groups = {cracky = 3, oddly_breakable_by_hand = 3},
groups = {
cracky = 3,
oddly_breakable_by_hand = 3
},
use_texture_alpha = "blend",
sounds = scifi_nodes.node_sound_glass_defaults()
})
@ -50,7 +53,10 @@ local function register(basename, description, texture)
type = "fixed",
fixed = {{-0.5, -0.5, -0.25, 0.5, 1.5, 0.25}},
},
groups = {cracky = 3, oddly_breakable_by_hand = 3},
groups = {
cracky = 3,
oddly_breakable_by_hand = 3
},
use_texture_alpha = "blend",
sounds = scifi_nodes.node_sound_glass_defaults()
})
@ -75,7 +81,11 @@ local function register(basename, description, texture)
type = "fixed",
fixed = {{-0.5, -0.5, 0.75, 0.5, 0.5, 1.25}},
},
groups = {cracky = 3, oddly_breakable_by_hand = 3},
groups = {
cracky = 3,
oddly_breakable_by_hand = 3,
not_blocking_trains = 1
},
use_texture_alpha = "blend",
sounds = scifi_nodes.node_sound_glass_defaults()
})