Skip to content

Commit 7fc7fa4

Browse files
authoredApr 6, 2020
Transform brick top texture to align bricks correctly (#2607)
1 parent 05fad37 commit 7fc7fa4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎mods/default/nodes.lua

+4-1
Original file line numberDiff line numberDiff line change
@@ -2816,7 +2816,10 @@ minetest.register_node("default:brick", {
28162816
description = S("Brick Block"),
28172817
paramtype2 = "facedir",
28182818
place_param2 = 0,
2819-
tiles = {"default_brick.png"},
2819+
tiles = {
2820+
"default_brick.png^[transformFX",
2821+
"default_brick.png",
2822+
},
28202823
is_ground_content = false,
28212824
groups = {cracky = 3},
28222825
sounds = default.node_sound_stone_defaults(),

0 commit comments

Comments
 (0)
Please sign in to comment.