new forge manager boiler plate
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package engine.objects;
|
||||
|
||||
public class ForgeWorkOrder {
|
||||
public int itembaseUUID;
|
||||
public String prefix;
|
||||
public String suffix;
|
||||
public boolean resourceRolled;
|
||||
public boolean randomRolled;
|
||||
public int orderAmount;
|
||||
public int slot;
|
||||
}
|
||||
Reference in New Issue
Block a user