summaryrefslogtreecommitdiff
path: root/technic
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-06-11 09:17:53 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-06-11 09:17:53 +0300
commit6c84730d8d1102c1cb7beea2da93bf869b17febc (patch)
treefc40d01898fe9dbad68e9f7e6ae443163711c712 /technic
parent2160ae40cda1b0e0febf528bcd2745bfc64f9589 (diff)
paint does not block advtrains
Diffstat (limited to 'technic')
-rw-r--r--technic/tools/spray_painter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/tools/spray_painter.lua b/technic/tools/spray_painter.lua
index 4415b84..1b63cc5 100644
--- a/technic/tools/spray_painter.lua
+++ b/technic/tools/spray_painter.lua
@@ -33,7 +33,7 @@ minetest.register_node ("technic:paint_layer", {
wall_side = {-0.5, -0.5, -0.5, -0.49, 0.5, 0.5},
},
drop = "",
- groups = {attached_node = 1, dig_immediate = 2, not_in_creative_inventory = 1},
+ groups = {attached_node = 1, dig_immediate = 2, not_in_creative_inventory = 1, not_blocking_trains = 1},
paramtype = "light",
paramtype2 = "colorwallmounted",
palette = "technic_paint_palette.png",