Skip to content

Commit

Permalink
walls: add ability to specify group wall_connected for blocks tha…
Browse files Browse the repository at this point in the history
…t the walls can connect to
  • Loading branch information
alek13 committed Nov 9, 2024
1 parent 0536755 commit bb5d27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/walls/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ walls.register = function(wall_name, wall_desc, wall_texture_table, wall_mat, wa
connect_back = {-1/4,-1/2,1/4,1/4,1/2 + fence_collision_extra,1/2},
connect_right = {1/4,-1/2,-1/4,1/2,1/2 + fence_collision_extra,1/4},
},
connects_to = { "group:wall", "group:stone", "group:fence" },
connects_to = { "group:wall", "group:stone", "group:fence", "group:wall_connected" },
paramtype = "light",
is_ground_content = false,
tiles = wall_texture_table,
Expand Down

0 comments on commit bb5d27e

Please sign in to comment.