Added test command for testing ore gen.

Started reimplementing quartz ore gen ontop of vanilla mechanics.
Fixes several sidedness issues.
Added recipe serialization for server->client sync.
This commit is contained in:
Sebastian Hartte
2020-06-20 18:04:20 +02:00
parent daaac300b8
commit 434386a7ff
44 changed files with 597 additions and 434 deletions
@@ -63,7 +63,7 @@ public class EnergyParticleData implements IParticleData {
@Override
public ParticleType<?> getType() {
return EnergyFx.TYPE;
return ParticleTypes.ENERGY;
}
@Override