Package net.minecraftforge.debug.misc
@ParametersAreNonnullByDefault
package net.minecraftforge.debug.misc
-
ClassDescriptionThis test class shows an example of how to register unsynced and synced datapack registries, and how to use a dataprovider to generate json files for them.This test mod provides a way to register a
SimpleChannel
with a different protocol version on the client and the server to cause a mod channel mismatch.This test mod show a few example usages ofIForgeRegistry.getCodec()
to serialize and deserializeIForgeRegistryEntry
to json or nbt.