projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082b36d
)
Remove composed shelf side.
author
Auke Kok
<sofar@foo-projects.org>
Wed, 13 Apr 2016 00:28:30 +0000
(17:28 -0700)
committer
paramat
<mat.gregory@virginmedia.com>
Thu, 14 Apr 2016 01:46:03 +0000
(
02:46
+0100)
Don't compose the shelf side texture. The texture isn't transparent,
and unlikely to be in any case.
mods/vessels/init.lua
patch
|
blob
|
history
diff --git
a/mods/vessels/init.lua
b/mods/vessels/init.lua
index bbd677a341177c069a0f0ce1f2008dc294e804e9..d5378919958cd505a0bece7f8801272b670e9c21 100644
(file)
--- a/
mods/vessels/init.lua
+++ b/
mods/vessels/init.lua
@@
-15,7
+15,7
@@
local vessels_shelf_formspec =
minetest.register_node("vessels:shelf", {
description = "Vessels shelf",
- tiles = {"default_wood.png", "default_wood.png", "
default_wood.png^
vessels_shelf.png"},
+ tiles = {"default_wood.png", "default_wood.png", "vessels_shelf.png"},
is_ground_content = false,
groups = {choppy=3,oddly_breakable_by_hand=2,flammable=3},
sounds = default.node_sound_wood_defaults(),