is ground content fixup (#26)

also some trailing whitespace removals
This commit is contained in:
Luke aka SwissalpS 2024-03-01 15:14:31 +01:00 committed by GitHub
parent 922cc1b6aa
commit cc543689d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 32 additions and 28 deletions

@ -56,6 +56,7 @@ minetest.register_node("ropes:wood_bridge", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
is_ground_content = false,
groups = {choppy = 2, flammable = 2, oddly_breakable_by_hand = 1, flow_through = 1, fence = 1, wall = 1},
sounds = default.node_sound_wood_defaults(),
node_box = {

@ -127,6 +127,7 @@ local function register_rope_block(multiple, max_multiple, name_prefix, node_pre
climbable = true,
tiles = rope_box_tiles(rope_box_data[multiple].tiles, tint),
use_texture_alpha = "clip",
is_ground_content = false,
node_box = {
type = "fixed",
fixed = rope_box_data[multiple].node
@ -236,6 +237,7 @@ local rope_def = {
drop = "",
tiles = { "ropes_3.png", "ropes_3.png", "ropes_3.png", "ropes_3.png", "ropes_5.png", "ropes_5.png" },
use_texture_alpha = "clip",
is_ground_content = false,
groups = {choppy=2, flammable=2, not_in_creative_inventory=1},
sounds = {
footstep = {name = "ropes_creak", gain = 0.8, max_hear_distance = 6},
@ -271,6 +273,7 @@ local rope_bottom_def = {
drop = "",
tiles = { "ropes_3.png", "ropes_3.png", "ropes_3.png", "ropes_3.png", "ropes_5.png", "ropes_5.png" },
use_texture_alpha = "clip",
is_ground_content = false,
drawtype = "nodebox",
groups = {choppy=2, flammable=2, not_in_creative_inventory=1},
sounds = {