update doors group (#80)

This commit is contained in:
squidicuz 2024-02-29 14:41:04 -05:00 committed by GitHub
parent f3354f52da
commit 014ca0179f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -243,7 +243,8 @@ for _, current_door in ipairs(doors) do
groups = { groups = {
cracky = 3, cracky = 3,
oddly_breakable_by_hand = 1, oddly_breakable_by_hand = 1,
scifi_nodes_door = 1 scifi_nodes_door = 1,
door = 1
}, },
node_box = { node_box = {
type = "fixed", type = "fixed",
@ -277,7 +278,7 @@ for _, current_door in ipairs(doors) do
drawtype = "nodebox", drawtype = "nodebox",
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",
groups = {cracky = 1, dig_generic = 3}, groups = {cracky = 1, dig_generic = 3, door = 1},
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
@ -307,7 +308,7 @@ for _, current_door in ipairs(doors) do
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",
drop = closed, drop = closed,
groups = {cracky = 1, dig_generic = 3}, groups = {cracky = 1, dig_generic = 3, door = 2},
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
@ -338,7 +339,7 @@ for _, current_door in ipairs(doors) do
drawtype = "nodebox", drawtype = "nodebox",
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",
groups = {cracky = 1, dig_generic = 3}, groups = {cracky = 1, dig_generic = 3, door = 2},
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {