Fixed "CliamteLayer" typo
This commit is contained in:
parent
6500381007
commit
03fa5d5034
7 changed files with 8 additions and 43 deletions
|
@ -98,7 +98,7 @@ public class BOPLayerUtil
|
|||
break;
|
||||
}
|
||||
|
||||
return CliamteLayer.INSTANCE.run(contextFactory.apply(103L), temperatureFactory, rainfallFactory);
|
||||
return ClimateLayer.INSTANCE.run(contextFactory.apply(103L), temperatureFactory, rainfallFactory);
|
||||
}
|
||||
|
||||
public static <T extends IArea, C extends IExtendedNoiseRandom<T>> IAreaFactory<T> createBiomeFactory(IAreaFactory<T> landSeaAreaFactory, IAreaFactory<T> climateAreaFactory, LongFunction<C> contextFactory)
|
||||
|
|
|
@ -14,13 +14,13 @@ import net.minecraft.world.gen.area.IArea;
|
|||
import net.minecraft.world.gen.layer.traits.IAreaTransformer2;
|
||||
import net.minecraft.world.gen.layer.traits.IDimOffset0Transformer;
|
||||
|
||||
public enum CliamteLayer implements IAreaTransformer2, IDimOffset0Transformer
|
||||
public enum ClimateLayer implements IAreaTransformer2, IDimOffset0Transformer
|
||||
{
|
||||
INSTANCE;
|
||||
|
||||
private final int[] climateMapping;
|
||||
|
||||
CliamteLayer()
|
||||
ClimateLayer()
|
||||
{
|
||||
this.climateMapping = BOPClimates.getClimateMappingInts();
|
||||
}
|
|
@ -1,10 +1,3 @@
|
|||
{
|
||||
"parent": "biomesoplenty:block/ash_block",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
"parent": "biomesoplenty:block/ash_block"
|
||||
}
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
{
|
||||
"parent": "biomesoplenty:block/dried_salt",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
"parent": "biomesoplenty:block/dried_salt"
|
||||
}
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
{
|
||||
"parent": "biomesoplenty:block/flesh",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
"parent": "biomesoplenty:block/flesh"
|
||||
}
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
{
|
||||
"parent": "biomesoplenty:block/mud",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
"parent": "biomesoplenty:block/mud"
|
||||
}
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
{
|
||||
"parent": "biomesoplenty:block/mud_bricks",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
"parent": "biomesoplenty:block/mud_bricks"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue