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:
22e32a0
)
Walls: Don't connect to group:cracky
author
Auke Kok
<sofar@foo-projects.org>
Wed, 16 Mar 2016 14:22:34 +0000
(07:22 -0700)
committer
paramat
<mat.gregory@virginmedia.com>
Fri, 18 Mar 2016 02:35:28 +0000
(
02:35
+0000)
the ```group:cracky``` group contains all sorts of odds and ends
nodes that we shouldn't connect to. There are a few nodes that
walls now no longer connect to, that probably should get
```group:stone``` added, or something similar, though.
mods/walls/init.lua
patch
|
blob
|
history
diff --git
a/mods/walls/init.lua
b/mods/walls/init.lua
index e3c1d68f010f56007c7f6e58e2e829d55a750887..0b51bdb09e549e5745e02c313db6a199a506b693 100644
(file)
--- a/
mods/walls/init.lua
+++ b/
mods/walls/init.lua
@@
-29,7
+29,7
@@
walls.register = function(wall_name, wall_desc, wall_texture, wall_mat, wall_sou
connect_back = {{-3/16, -1/2, 1/4, 3/16, 3/8, 1/2}},
connect_right = {{ 1/4, -1/2, -3/16, 1/2, 3/8, 3/16}},
},
- connects_to = { "group:
cracky", "group:
wall", "group:stone" },
+ connects_to = { "group:wall", "group:stone" },
paramtype = "light",
is_ground_content = false,
tiles = { wall_texture, },