split client and server 1
This commit is contained in:
parent
26a15a0b15
commit
2fa521c3d1
661 changed files with 3058 additions and 2826 deletions
|
@ -1,7 +1,6 @@
|
|||
package game.ai;
|
||||
|
||||
import java.util.function.Predicate;
|
||||
import game.util.Predicates;
|
||||
|
||||
import game.block.BlockTallGrass;
|
||||
import game.entity.animal.EntitySheep;
|
||||
|
@ -9,6 +8,7 @@ import game.init.BlockRegistry;
|
|||
import game.init.Blocks;
|
||||
import game.init.Config;
|
||||
import game.pattern.BlockStateHelper;
|
||||
import game.util.Predicates;
|
||||
import game.world.BlockPos;
|
||||
import game.world.State;
|
||||
import game.world.World;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue