mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-08 08:43:51 +01:00
Transform brick top texture to align bricks correctly (#2607)
This commit is contained in:
parent
05fad37b3c
commit
7fc7fa4843
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user