Package net.minecraftforge.debug.world
Class BiomeModifierTest
java.lang.Object
net.minecraftforge.debug.world.BiomeModifierTest
This tests the following features and requirements of biome modifier jsons::
- Biome modifier jsons are created via datagen.
- Biome modifiers modify all four modifiable fields in biomes, to ensure patches and coremods apply correctly (generation, spawns, climate, and client effects).
- Biome modifiers use biome tags to determine which biomes to modify.
- Biome modifiers add a json feature to modified biomes, to ensure json features are usable in biome modifiers.
If the biome modifiers are applied correctly, then badlands biomes should generate large basalt columns, spawn magma cubes, have red-colored water, and be snowy. Additionally, biomes in the is_forest tag are missing oak trees, pine trees, and skeletons.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final String
private static final ResourceLocation
private static final String
private static final ResourceLocation
private static final boolean
private static final String
private static final ResourceKey<PlacedFeature>
private static final ResourceLocation
static final String
private static final String
private static final ResourceLocation
private static final String
private static final ResourceLocation
private static final String
private static final ResourceLocation
private static final String
private static final ResourceLocation
-
Constructor Summary
-
Method Summary
-
Field Details
-
MODID
- See Also:
-
ENABLED
private static final boolean ENABLED- See Also:
-
LARGE_BASALT_COLUMNS
- See Also:
-
LARGE_BASALT_COLUMNS_RL
-
LARGE_BASALT_COLUMNS_KEY
-
MODIFY_BIOMES
- See Also:
-
MODIFY_BIOMES_RL
-
ADD_BASALT
- See Also:
-
ADD_BASALT_RL
-
ADD_MAGMA_CUBES
- See Also:
-
ADD_MAGMA_CUBES_RL
-
MODIFY_BADLANDS
- See Also:
-
MODIFY_BADLANDS_RL
-
REMOVE_FOREST_TREES
- See Also:
-
REMOVE_FOREST_TREES_RL
-
REMOVE_FOREST_SKELETONS
- See Also:
-
REMOVE_FOREST_SKELETONS_RL
-
-
Constructor Details
-
BiomeModifierTest
public BiomeModifierTest()
-
-
Method Details
-
onGatherData
-