Fixed "CliamteLayer" typo

This commit is contained in:
Forstride 2020-02-19 00:56:08 -05:00
parent 6500381007
commit 03fa5d5034
7 changed files with 8 additions and 43 deletions

View File

@ -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)

View File

@ -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();
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}