1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 15:10:46 +02:00

fix https://github.com/D00Med/scifi_nodes/issues/68 and adding additional game digging support (#69)

This commit is contained in:
wsor4035
2022-03-05 10:09:17 -05:00
committed by GitHub
parent 1558b4c146
commit 32f46ebf23
4 changed files with 71 additions and 66 deletions

View File

@ -271,7 +271,7 @@ for _, current_door in ipairs(doors) do
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky = 1},
groups = {cracky = 1, dig_generic = 3},
node_box = {
type = "fixed",
fixed = {
@ -300,7 +300,7 @@ for _, current_door in ipairs(doors) do
paramtype = "light",
paramtype2 = "facedir",
drop = closed,
groups = {cracky = 1},
groups = {cracky = 1, dig_generic = 3},
node_box = {
type = "fixed",
fixed = {
@ -330,7 +330,7 @@ for _, current_door in ipairs(doors) do
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky = 1},
groups = {cracky = 1, dig_generic = 3},
node_box = {
type = "fixed",
fixed = {