mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Biome actuator headless
This commit is contained in:
parent
44cf7f7330
commit
7260e0d0f5
@ -37,7 +37,7 @@ public class IrisBiomeActuator extends EngineAssignedActuator<Biome> {
|
|||||||
|
|
||||||
public IrisBiomeActuator(Engine engine) {
|
public IrisBiomeActuator(Engine engine) {
|
||||||
super(engine, "Biome");
|
super(engine, "Biome");
|
||||||
rng = new RNG(engine.getWorld().getSeed() + 243995);
|
rng = new RNG(engine.getWorld().seed() + 243995);
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean injectBiome(Hunk<Biome> h, int x, int y, int z, Object bb) {
|
private boolean injectBiome(Hunk<Biome> h, int x, int y, int z, Object bb) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user