not ground content (#53)

This commit is contained in:
Luke aka SwissalpS 2024-03-03 05:34:37 +01:00 committed by GitHub
parent 4bcb7f043a
commit 54c0f66ae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,