Facebook
From sworip, 3 Years ago, written in Java.
Embed
Download Paste or View Raw
Hits: 131
  1. # The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
  2. modLoader="javafml"
  3. # A version range to match for said mod loader - for regular FML @Mod it will be the forge version
  4. # Forge for 1.15.2 is version 31
  5. loaderVersion="[31,)"
  6. # A URL to refer people to when problems occur with this mod
  7. #issueTrackerURL="github.com/MinecraftForge/MinecraftForge/issues"
  8. # If the mods defined in this file should show as seperate resource packs
  9. showAsResourcePack=false
  10.  
  11. [[mods]]
  12. modId="amorentium"
  13. version="1.0.0"
  14. displayName="Amorentium Mod"
  15. #updateJSONURL="http://www.myurl.com"
  16. #displayURL="http://www.myurl.com"
  17. logoFile="assets/amorentium/textures/logo.png"
  18. credits="I'd like to thank my mother and father."
  19. authors="Sworip"
  20. description='''
  21.      info
  22.      '''
  23.  
  24. [[dependencies.amorentium]]
  25. modId="forge"
  26. mandatory=true
  27. versionRange="[31,)"
  28. ordering="NONE"
  29. side="BOTH"
  30.  
  31. [[dependencies.amorentium]]
  32. modId="minecraft"
  33. mandatory=true
  34. versionRange="[1.15.2]"
  35. ordering="NONE"
  36. side="BOTH"
captcha