mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-11 09:00:18 +01:00
minor tweak to improve flexibility of corner chainlink fence texturing
This commit is contained in:
parent
3a119eecdb
commit
d54ad12fb5
12
fences.lua
12
fences.lua
@ -420,12 +420,12 @@ minetest.register_node("homedecor:fence_chainlink_corner", {
|
|||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
description = "Chainlink Fence",
|
description = "Chainlink Fence",
|
||||||
tiles = {
|
tiles = {
|
||||||
"homedecor_fence_chainlink_corner_tb.png",
|
"homedecor_fence_chainlink_corner_top.png",
|
||||||
"homedecor_fence_chainlink_corner_tb.png",
|
"homedecor_fence_chainlink_corner_bottom.png",
|
||||||
"homedecor_fence_chainlink_corner_sides.png",
|
"homedecor_fence_chainlink_corner_left.png",
|
||||||
"homedecor_fence_chainlink_corner_sides.png",
|
"homedecor_fence_chainlink_corner_right.png",
|
||||||
"homedecor_fence_chainlink_corner_sides.png",
|
"homedecor_fence_chainlink_corner_front.png",
|
||||||
"homedecor_fence_chainlink_corner_sides.png",
|
"homedecor_fence_chainlink_corner_back.png",
|
||||||
},
|
},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
Before (image error) Size: 349 B After (image error) Size: 349 B |
Before (image error) Size: 490 B After (image error) Size: 490 B |
BIN
textures/homedecor_fence_chainlink_corner_front.png
Normal file
BIN
textures/homedecor_fence_chainlink_corner_front.png
Normal file
Binary file not shown.
After (image error) Size: 349 B |
BIN
textures/homedecor_fence_chainlink_corner_left.png
Normal file
BIN
textures/homedecor_fence_chainlink_corner_left.png
Normal file
Binary file not shown.
After (image error) Size: 349 B |
BIN
textures/homedecor_fence_chainlink_corner_right.png
Normal file
BIN
textures/homedecor_fence_chainlink_corner_right.png
Normal file
Binary file not shown.
After (image error) Size: 349 B |
BIN
textures/homedecor_fence_chainlink_corner_top.png
Normal file
BIN
textures/homedecor_fence_chainlink_corner_top.png
Normal file
Binary file not shown.
After (image error) Size: 490 B |
Loading…
Reference in New Issue
Block a user