Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
6 additions
and
6 deletions.
-
+6
−6
mods/xpanes/init.lua
|
@@ -106,12 +106,12 @@ function xpanes.register_pane(name, def) |
|
|
wield_image = def.wield_image, |
|
|
paramtype2 = "facedir", |
|
|
tiles = { |
|
|
def.textures[3], |
|
|
def.textures[3], |
|
|
def.textures[3], |
|
|
def.textures[3], |
|
|
def.textures[1], |
|
|
def.textures[1] |
|
|
def.textures[3], |
|
|
def.textures[3], |
|
|
def.textures[3], |
|
|
def.textures[3], |
|
|
def.textures[1], |
|
|
def.textures[1] |
|
|
}, |
|
|
groups = flatgroups, |
|
|
drop = "xpanes:" .. name .. "_flat", |
|
|