Skip to content

Commit

Permalink
not ground content (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Mar 3, 2024
1 parent 4bcb7f0 commit 54c0f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions switches.lua
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ minetest.register_node("digistuff:wall_knob_configured", {
},
_digistuff_channelcopier_fieldname = "channel",
groups = {dig_immediate = 2,digiline_receiver = 1,not_in_creative_inventory = 1,},
is_ground_content = false,
description = "Digilines Wall Knob (configured state - you hacker you!)",
drop = "digistuff:wall_knob",
after_place_node = digistuff.place_receiver,
Expand Down

0 comments on commit 54c0f66

Please sign in to comment.