modLoader="javafml" loaderVersion="[1,)" license="MIT" [[mods]] modId="${mod_id}" version="${mod_version}" displayName="${mod_name}" displayURL="https://lanro.eu" credits="Created using mod maker MCreator - https://mcreator.net/about" authors="${mod_authors}" description='''${mod_description}''' # Start of user code block mod configuration # End of user code block mod configuration [[dependencies."${mod_id}"]] modId="minecraft" mandatory=true versionRange="${minecraft_version_range}" ordering="AFTER" side="BOTH" # Start of user code block dependencies configuration # Note: optional mods (biomesoplenty, create, mekanism) are intentionally NOT declared # here. Optional integration is handled via data tags with "required": false entries # (see data/custom_ore_gen/tags/worldgen/biome/latitude_*_surface.json) and via # data-only recipes (data/create, data/mekanism) which simply no-op if the mod is # absent. Declaring them here with mandatory=false + versionRange caused NeoForge to # fail loading when the mods were not installed (see commit history). # End of user code block dependencies configuration