Push work in progress files
This commit is contained in:
parent
aadb2a5bf5
commit
d65bbe2f06
7 changed files with 30 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
package dev.zontreck.otemod.commands.zschem;
|
||||
|
||||
public class LoadSchem {
|
||||
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
package dev.zontreck.otemod.commands.zschem;
|
||||
|
||||
// This command will place the loaded schematic in world. The schematic will originate from position 1. The positions are relative and are added onto position 1.
|
||||
public class Place {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package dev.zontreck.otemod.commands.zschem;
|
||||
|
||||
public class SaveSchem {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package dev.zontreck.otemod.commands.zschem;
|
||||
|
||||
public class SetPos1 {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package dev.zontreck.otemod.commands.zschem;
|
||||
|
||||
public class SetPos2 {
|
||||
|
||||
}
|
Reference in a new issue