Skip to content

Commit

Permalink
gate_slots aren't ground content
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS committed Feb 28, 2024
1 parent b1a3d31 commit 04aee92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gate_slots.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ castle_gates.register_gate_slot = function(material)
paramtype = "light",
paramtype2 = "facedir",
groups = composition_def.groups,
is_ground_content = false,
sounds = composition_def.sounds,

node_box = {
Expand Down Expand Up @@ -91,6 +92,7 @@ castle_gates.register_gate_slot = function(material)
paramtype = "light",
paramtype2 = "facedir",
groups = composition_def.groups,
is_ground_content = false,
sounds = composition_def.sounds,

node_box = {
Expand Down

0 comments on commit 04aee92

Please sign in to comment.