minor tweak to improve flexibility of corner chainlink fence texturing
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 Width: | Height: | Size: 349 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 490 B |
BIN
textures/homedecor_fence_chainlink_corner_front.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
textures/homedecor_fence_chainlink_corner_left.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
textures/homedecor_fence_chainlink_corner_right.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
textures/homedecor_fence_chainlink_corner_top.png
Normal file
After Width: | Height: | Size: 490 B |