Slotbypass 1.0.0 (NeoForge 1.21.1)
Curse Maven Snippet
What's new
NeoForge 1.21.1 port of the Forge 1.20.1 mod. Behaviour, config keys and commands are unchanged.
- Build moved from ForgeGradle to ModDevGradle (
net.neoforged.moddev), Java 21. ForgeConfigSpecreplaced byModConfigSpec,MinecraftForge.EVENT_BUSbyNeoForge.EVENT_BUS, and the mod constructor now receives theModContainerused to register the server config.META-INF/mods.tomlreplaced by a templatedMETA-INF/neoforge.mods.toml.- Mixin refmap dropped: NeoForge runs on official mappings in dev and production.
- Both mixin targets checked against 1.21.1 sources:
DedicatedPlayerList#canBypassPlayerLimitand the singleList#size()call inPlayerList#canPlayerLoginare still present and unchanged.
Journal des modifications
Portage NeoForge 1.21.1 du mod Forge 1.20.1. Comportement, clés de configuration et commandes identiques.
- Build passé de ForgeGradle à ModDevGradle (
net.neoforged.moddev), Java 21. ForgeConfigSpecremplacé parModConfigSpec,MinecraftForge.EVENT_BUSparNeoForge.EVENT_BUS, et le constructeur du mod reçoit désormais leModContainerqui enregistre la configuration serveur.META-INF/mods.tomlremplacé par unMETA-INF/neoforge.mods.tomltemplaté.- Refmap Mixin supprimée : NeoForge tourne sur les mappings officiels en dev comme en production.
- Les deux cibles de mixin ont été vérifiées sur les sources 1.21.1 :
DedicatedPlayerList#canBypassPlayerLimitet l'unique appelList#size()dansPlayerList#canPlayerLoginexistent toujours à l'identique.
This mod has no additional files

