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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final ResourceLocationprivate static final Stringprivate static final ResourceLocationprivate static final booleanprivate static final Stringprivate static final ResourceKey<PlacedFeature>private static final ResourceLocationstatic final Stringprivate static final Stringprivate static final ResourceLocationprivate static final Stringprivate static final ResourceLocationprivate static final Stringprivate static final ResourceLocationprivate static final Stringprivate static final ResourceLocation -
Constructor Summary
Constructors -
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
-