File Details
RIGR 2.1.3
- R
- Mar 18, 2026
- 40.09 KB
- 18
- 1.21.1
- NeoForge
File Name
random_item_generator_resurrected-2.1.3.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Changelog
[2.1.3] - 2026-03-18
Ported to NeoForge 1.21.1
This release is a full port of Random Item Generator Resurrected from Forge to NeoForge. No gameplay changes have been made — all three blocks behave exactly as they did before.
Changes
- Migrated from Forge
47.xto NeoForge21.1.220 - Replaced all
net.minecraftforge.*imports withnet.neoforged.*equivalents - Switched from
ForgeConfigSpectoModConfigSpecfor configuration - Replaced
ForgeRegistries.ITEMSandForgeRegistries.ENTITY_TYPESwithBuiltInRegistries.ITEMandBuiltInRegistries.ENTITY_TYPE - Updated mod constructor to use NeoForge's injected
IEventBusandModContainer - Updated
neoforge.mods.tomlto NeoForge format (dependency type syntax, renamed frommods.toml) - Config registration now uses
ModContainer.registerConfig()instead ofModLoadingContext
Notes
- Forge builds are no longer supported as of this version
- All config options and block behaviour are unchanged from the previous Forge release