Package net.minecraftforge.debug
Class DuplicateOptionalTagTest
java.lang.Object
net.minecraftforge.debug.DuplicateOptionalTagTest
Tests that the values for defaulted optional tags defined in multiple places are combined.
The optional tag defined by this mod is deliberately not defined in a data pack, to cause it to 'default' and trigger the behavior being tested.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final org.apache.logging.log4j.Logger
(package private) static final String
private static final ResourceLocation
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
MODID
- See Also:
-
TAG_NAME
-
TAG_A_DEFAULTS
-
TAG_B_DEFAULTS
-
TAG_A
-
TAG_B
-
-
Constructor Details
-
DuplicateOptionalTagTest
public DuplicateOptionalTagTest()
-
-
Method Details
-
onServerStarted
-