Skip to content

Commit

Permalink
make stonewall a stone so the thin wall will connect to it
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Dec 21, 2019
1 parent 3bc5909 commit 454dc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ minetest.register_node("artdeco:whitegardenstone", {
minetest.register_node("artdeco:stonewall", {
description = "Cobblestone Wall",
tiles = {"artdeco_stonewall.png"},
groups = {cracky=3},
groups = {cracky=3, stone=1},
is_ground_content = false,
sounds = default.node_sound_stone_defaults(),
})
Expand Down

0 comments on commit 454dc40

Please sign in to comment.