GeckoLib

GeckoLib

146M Downloads

Wrong Mods.toml in GeckoLib 4.2.4 Forge (used mods toml from Creeper Overhaul)

FabiKel opened this issue ยท 1 comments

commented

mods.toml in 4.2:

modLoader="javafml"
loaderVersion="[46,)"
issueTrackerURL="https://github.com/bernie-g/geckolib/issues"
license="MIT"

[[mods]]
modId="geckolib"
version="${file.jarVersion}"
displayName="GeckoLib 4"
displayURL="http://geckolib.com/"
logoFile="geckolib.png" 
credits="Gecko, Eliot, AzureDoom, DerToaster, Tslat, Witixin"
authors="Gecko, Eliot, AzureDoom, Chappie, DerToaster, Tslat, Witixin"
description='''
GeckoLib is an animation engine for Minecraft Mods, with support for complex 3D keyframe-based animations, 30+ easings, concurrent animation support, sound and particle keyframes, event keyframes, and more.
'''

[[dependencies.geckolib]]
    modId="forge"
    mandatory=true 
    versionRange="[46.0.1,)"
    ordering="NONE"
    side="BOTH"
[[dependencies.geckolib]]
    modId="minecraft"
    mandatory=true
    versionRange="[1.20,)"
    ordering="NONE"
    side="BOTH"

mods.toml in 4.2.4 - so GeckoLib does not load and throws an error that GeckoLib is missing

modLoader="javafml"
loaderVersion="[46,)"
license="All rights reserved"

[[mods]]
    modId="creeperoverhaul"
    version="3.0.1"
    displayName="Creeper Overhaul"
    logoFile="icon.png"
    authors="Artist/Creator - Joosh, Dev - ThatGravyBoat"
    description="Creeper overhaul adds a variety of different biome-specific creeper types to your world, some friendlier than others :)"

[[dependencies.creeperoverhaul]]
    modId="geckolib"
    mandatory=true
    versionRange="[3.1.8,)"
    ordering="AFTER"
    side="BOTH"

[[dependencies.creeperoverhaul]]
    modId="resourcefulconfig"
    mandatory=true
    versionRange="[1.0.20,)"
    ordering="AFTER"
    side="BOTH"

[[dependencies.creeperoverhaul]]
    modId="forge"
    mandatory=true
    versionRange="[46,)"
    ordering="NONE"
    side="BOTH"

[[dependencies.creeperoverhaul]]
    modId="minecraft"
    mandatory=true
    versionRange="[1.20,)"
    ordering="NONE"
    side="BOTH"
commented

Nevermind, it was already fixed on CurseForge. THX