This commit is contained in:
Electroblob
2018-06-04 17:20:39 +01:00
parent b82bc6698f
commit 49a6dc43c1
3 changed files with 1 additions and 13 deletions
@@ -28,6 +28,7 @@ import net.minecraftforge.fml.relauncher.SideOnly;
public class TileEntityArcaneWorkbench extends TileEntity implements IInventory, ITickable {
/** The inventory of the arcane workbench. */
private NonNullList<ItemStack> inventory;
/** Controls the rotation of the rune. */
public float timer = 0;