1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-20 06:10:23 +02:00

Textures optimizing

This commit is contained in:
jp
2014-11-03 12:46:45 +01:00
parent 71dad95d40
commit 3bb41cbb4f
102 changed files with 82 additions and 84 deletions

View File

@ -380,11 +380,11 @@ minetest.register_node("homedecor:fence_chainlink_corner", {
description = S("Chainlink Fence Corner"),
tiles = {
"homedecor_fence_chainlink_corner_top.png",
"homedecor_fence_chainlink_corner_bottom.png",
"homedecor_fence_chainlink_corner_left.png",
"homedecor_fence_chainlink_corner_right.png",
"homedecor_fence_chainlink_corner_top.png",
"homedecor_fence_chainlink_corner_front.png",
"homedecor_fence_chainlink_corner_front.png",
"homedecor_fence_chainlink_corner_front.png",
"homedecor_fence_chainlink_corner_front.png",
"homedecor_fence_chainlink_corner_back.png",
},
paramtype = "light",
is_ground_content = true,