File tree Expand file tree Collapse file tree
src/main/java/org/cyclops/structurecrafting/tileentity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11mod_version =0.1.0
22minecraft_version =1.8
3- forge_version =11.14.3.1446
3+ forge_version =11.14.3.1487
44cyclopscore_version =0.1.0-86
55release_type =alpha
Original file line number Diff line number Diff line change 11package org .cyclops .structurecrafting .tileentity ;
22
3- import org .cyclops .cyclopscore .tileentity .TickingCyclopsTileEntity ;
3+ import org .cyclops .cyclopscore .tileentity .CyclopsTileEntity ;
44import org .cyclops .structurecrafting .craft .WorldCraftingMatrix ;
55
66/**
77 * A ticking tile entity for the structured crafter.
88 * @author rubensworks
99 */
10- public class TileStructuredCrafter extends TickingCyclopsTileEntity {
10+ public class TileStructuredCrafter extends CyclopsTileEntity implements CyclopsTileEntity . ITickingTile {
1111
1212 private static final int SPEED = 20 ;
1313
You can’t perform that action at this time.
0 commit comments