Remove hard mod dependencies other than default

This commit is contained in:
stujones11 2019-03-21 21:08:40 +00:00
parent 16451b7c35
commit d1e1dcc1d6
24 changed files with 90 additions and 51 deletions

View file

@ -185,7 +185,7 @@ minetest.register_entity("shooter_turret:turret_entity", {
minsize = 8,
maxsize = 15,
collisiondetection = false,
texture = "tnt_smoke.png",
texture = "shooter_smoke.png",
})
end
end