mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
apply vanilla biome particle config
This commit is contained in:
@@ -151,6 +151,8 @@ public final class BiomeUtil {
|
|||||||
builder.precipitation(vanilla.getPrecipitation());
|
builder.precipitation(vanilla.getPrecipitation());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vanilla.getParticleConfig().ifPresent(effects::particleConfig);
|
||||||
|
|
||||||
return builder
|
return builder
|
||||||
.temperature(vanilla.getTemperature())
|
.temperature(vanilla.getTemperature())
|
||||||
.downfall(vanilla.getDownfall())
|
.downfall(vanilla.getDownfall())
|
||||||
|
|||||||
Reference in New Issue
Block a user