Transform brick top texture to align bricks correctly (#2607)

This commit is contained in:
An0n3m0us 2020-04-06 14:19:52 +01:00 committed by GitHub
parent 05fad37b3c
commit 7fc7fa4843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

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