Started work on the farm, some changes to the idsu, its still broken
This commit is contained in:
parent
be33bdc148
commit
c160abf176
26 changed files with 626 additions and 194 deletions
14
src/main/java/techreborn/farm/FarmTree.java
Normal file
14
src/main/java/techreborn/farm/FarmTree.java
Normal file
|
@ -0,0 +1,14 @@
|
|||
package techreborn.farm;
|
||||
|
||||
import techreborn.api.farm.IFarmLogicDevice;
|
||||
import techreborn.tiles.TileFarm;
|
||||
|
||||
public class FarmTree implements IFarmLogicDevice {
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public void tick(TileFarm tileFarm) {
|
||||
System.out.println("tick");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue