Transform brick top texture to align bricks correctly

This commit is contained in:
An0n3m0us 2020-02-26 07:44:42 +00:00
parent 8d9aa07752
commit 21539ba489

View file

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