Jump to content

Recommended Posts

Posted

 

 

What did I do wrong, the modid is vincentmod:

 

 

modLoader="javafml" #mandatory
# A version range to match for said mod loader - for regular FML @Mod it will be the minecraft version (without the 1.)
loaderVersion="[24,)" #mandatory
# A text field displayed in the mod UI
credits="vincent" #optional
# A text field displayed in the mod UI
authors="vincent" #optional
modId="vincentmod" #mandatory

# A list of mods - how many allowed here is determined by the individual mod loader
[[mods]] #mandatory
    # The modid of the mod
    modId="vincentmod" #mandatory
    # The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
    version="${file.jarVersion}" #mandatory
     # A display name for the mod
    displayName="Testos" #mandatory
    # The description text for the mod (multi line!) (#mandatory)
    description='''
TestMod
'''

[[dependencies.examplemod]]
    modId="minecraft"
    mandatory=true
    versionRange="[1.13]"
    ordering="NONE"
    side="BOTH"

 

null.PNG.3d66f093b8d32d0f6b8bc34935a7d831.PNG

Posted (edited)

fixed [[dependencies.examplemod]] should be [[dependencies.vincentmod]] sorry

 

nevermind did not fix it :(

Edited by VincentL
  • 3 months later...
  • 1 month later...
Posted

I still having this problem now, a month later. Is it a bug in the beta version of Forge, or did I forget to remove 'examplemod' from one of the config files? I thought I'd found all the occurrences of it...

Posted

Do not hijack other people's threads. Please make your own thread.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

Sorry, but I'd just like to say for anyone else stumbling in here, I solved my problem in IntelliJ IDEA by doing a Ctrl+Shift+F search for every occurrence of 'examplemod' and replacing them all with my own modID.

  • Thanks 1
  • 7 months later...
  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.