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:
1231f72
)
Doors: Remove use_texture_alpha from door definition
author
Thomas--S
<Thomas--S@users.noreply.github.com>
Thu, 30 Jun 2016 17:08:55 +0000
(19:08 +0200)
committer
paramat
<mat.gregory@virginmedia.com>
Fri, 1 Jul 2016 06:05:19 +0000
(07:05 +0100)
mods/doors/init.lua
patch
|
blob
|
history
diff --git
a/mods/doors/init.lua
b/mods/doors/init.lua
index 8d3e84723cb85dc25fed59b15994db03ec4a6a86..343a77722e09d3e5c75f8a77a51d71690e44e148 100644
(file)
--- a/
mods/doors/init.lua
+++ b/
mods/doors/init.lua
@@
-399,7
+399,6
@@
function doors.register(name, def)
def.paramtype = "light"
def.paramtype2 = "facedir"
def.sunlight_propagates = true
- def.use_texture_alpha = true
def.walkable = true
def.is_ground_content = false
def.buildable_to = false