Skip to content
Snippets Groups Projects
Commit d0aa09dd authored by HybridDog's avatar HybridDog Committed by BlockMen
Browse files

New fence texture

parent 13dfc2c0
No related branches found
No related tags found
No related merge requests found
......@@ -456,12 +456,13 @@ minetest.register_node("default:glass", {
sounds = default.node_sound_glass_defaults(),
})
local fence_texture = "default_fence_overlay.png^default_wood.png^default_fence_overlay.png^[makealpha:255,126,126"
minetest.register_node("default:fence_wood", {
description = "Wooden Fence",
drawtype = "fencelike",
tiles = {"default_wood.png"},
inventory_image = "default_fence.png",
wield_image = "default_fence.png",
inventory_image = fence_texture,
wield_image = fence_texture,
paramtype = "light",
is_ground_content = false,
selection_box = {
......
mods/default/textures/default_fence.png

482 B

mods/default/textures/default_fence_overlay.png

285 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment