add some items to the not-blocking-trains group

master
orwell96 2016-09-15 11:50:37 +02:00
parent a05b7c8c85
commit b1c9b50406
2 changed files with 15 additions and 1 deletions

View File

@ -785,8 +785,22 @@ end
local nonblocknodes={
"default:fence_wood",
"default:torch",
"default:sign_wall",
"signs:sign_wall",
"signs:sign_wall_blue",
"signs:sign_wall_brown",
"signs:sign_wall_orange",
"signs:sign_wall_green",
"signs:sign_yard",
"signs:sign_wall_white_black",
"signs:sign_wall_red",
"signs:sign_wall_white_red",
"signs:sign_wall_yellow",
"signs:sign_post",
"signs:sign_hanging",
}
minetest.after(0, function()
for _,name in ipairs(nonblocknodes) do

View File

@ -111,7 +111,7 @@ end
-- Remove the wagon
function wagon:on_punch(puncher, time_from_last_punch, tool_capabilities, direction)
if not puncher or not puncher:is_player() then
if not puncher or not puncher:is_player() or puncher == self.driver then
return
end