RegistryObject
data class RegistryObject<T>( val modid: String, val name: String, val t: T)
Content copied to clipboard
A RegistryObject with a name parameter, registers under your modid.
Author
Oliver-makes-code (Emma)
A RegistryObject with a name parameter, registers under your modid.
Oliver-makes-code (Emma)