ForgePatch/src/main/java/net/minecraftforge/registries
David Quintana 93c00b67d9
Implement feature for mods to define new world types (#7448)
* Mods can now register world types via a new forge registry, and optionally register a settings screen to tweak them.
  * The default world type for dedicated servers and singleplayer world creation is configurable via forge's common config.
2020-11-28 00:57:15 +01:00
..
DataSerializerEntry.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
DeferredRegister.java Update modlauncher, eventbus, accesstransformers and more to use a newer mechanism for generating ASM. 2020-07-27 19:40:43 -04:00
ForgeRegistries.java Implement feature for mods to define new world types (#7448) 2020-11-28 00:57:15 +01:00
ForgeRegistry.java Fix Biomes not properly copying over ids loaded from the save to the new Dynamic Registry. 2020-11-01 20:30:38 -08:00
ForgeRegistryEntry.java Fix breaking changes from the Biome rename PR #7434 (#7439) 2020-10-27 09:00:53 -07:00
GameData.java Implement feature for mods to define new world types (#7448) 2020-11-28 00:57:15 +01:00
IForgeRegistry.java Wrap vanilla's 'default' biome registry in ForgeRegistry. 2020-08-26 09:49:41 -07:00
IForgeRegistryEntry.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
IForgeRegistryInternal.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
IForgeRegistryModifiable.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ILockableRegistry.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
IRegistryDelegate.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
NamespacedDefaultedWrapper.java Update forge mappings to 20201028-1.16.3 (#7435) 2020-10-29 01:11:57 +01:00
NamespacedWrapper.java Update forge mappings to 20201028-1.16.3 (#7435) 2020-10-29 01:11:57 +01:00
ObjectHolder.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ObjectHolderRef.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ObjectHolderRegistry.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
RegistryBuilder.java Add support for custom tag types (#7289) 2020-09-08 19:10:36 -07:00
RegistryDelegate.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
RegistryManager.java Update forge mappings to 20201028-1.16.3 (#7435) 2020-10-29 01:11:57 +01:00