Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Transform brick top texture to align bricks correctly (#2607)
  • Loading branch information
An0n3m0us committed Apr 6, 2020
1 parent 05fad37 commit 7fc7fa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mods/default/nodes.lua
Expand Up @@ -2816,7 +2816,10 @@ minetest.register_node("default:brick", {
description = S("Brick Block"),
paramtype2 = "facedir",
place_param2 = 0,
tiles = {"default_brick.png"},
tiles = {
"default_brick.png^[transformFX",
"default_brick.png",
},
is_ground_content = false,
groups = {cracky = 3},
sounds = default.node_sound_stone_defaults(),
Expand Down

0 comments on commit 7fc7fa4

Please sign in to comment.