mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
Update init.lua
This commit is contained in:
parent
6b47c14007
commit
c2c918988e
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ walls.register = function(wall_name, wall_desc, wall_texture_table, wall_mat, wa
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "connected",
|
type = "connected",
|
||||||
fixed = {-1/4, -1/2, -1/4, 1/4, 1/2, 1/4},
|
fixed = {-1/4, -1/2, -1/4, 1/4, 1/2, 1/4},
|
||||||
-- connect_top =
|
|
||||||
-- connect_bottom =
|
-- connect_bottom =
|
||||||
connect_front = {-3/16, -1/2, -1/2, 3/16, 3/8, -1/4},
|
connect_front = {-3/16, -1/2, -1/2, 3/16, 3/8, -1/4},
|
||||||
connect_left = {-1/2, -1/2, -3/16, -1/4, 3/8, 3/16},
|
connect_left = {-1/2, -1/2, -3/16, -1/4, 3/8, 3/16},
|
||||||
|
|
Loading…
Add table
Reference in a new issue