Organize mods into modpacks for better overview
This commit is contained in:
parent
f9db58bf50
commit
3696ee3761
1683 changed files with 0 additions and 0 deletions
9
mods/ITEMS/REDSTONE/mesecons_extrawires/mesewire.lua
Normal file
9
mods/ITEMS/REDSTONE/mesecons_extrawires/mesewire.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
local mesewire_rules =
|
||||
{
|
||||
{x = 1, y = 0, z = 0},
|
||||
{x =-1, y = 0, z = 0},
|
||||
{x = 0, y = 1, z = 0},
|
||||
{x = 0, y =-1, z = 0},
|
||||
{x = 0, y = 0, z = 1},
|
||||
{x = 0, y = 0, z =-1},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue