Push work in progress files

This commit is contained in:
Tara 2023-01-07 17:47:15 -07:00
parent aadb2a5bf5
commit d65bbe2f06
7 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,5 @@
package dev.zontreck.otemod.commands.zschem;
public class LoadSchem {
}

View file

@ -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 {
}

View file

@ -0,0 +1,5 @@
package dev.zontreck.otemod.commands.zschem;
public class SaveSchem {
}

View file

@ -0,0 +1,5 @@
package dev.zontreck.otemod.commands.zschem;
public class SetPos1 {
}

View file

@ -0,0 +1,5 @@
package dev.zontreck.otemod.commands.zschem;
public class SetPos2 {
}