Giter VIP home page Giter VIP logo

Comments (6)

miiichael avatar miiichael commented on September 6, 2024 2

I've also just noticed this warning from Forge buried in the logs:
[21:57:35] [Server thread/WARN] [enderstorage/]: Mod enderstorage is missing the required element 'version' and no fallback can be found. Substituting '1.0'.

from enderstorage.

Hitel98 avatar Hitel98 commented on September 6, 2024 1

I can confirm this, because i have the latest 1.12 version and it says, that i have 1.0 and the little green icon shows up saying that it needs update while it does'nt.

from enderstorage.

covers1624 avatar covers1624 commented on September 6, 2024 1

This should be fixed now.

from enderstorage.

jcarrete5 avatar jcarrete5 commented on September 6, 2024

I am running into the same problem where the EnderStorage mod says it requires an update even though I have the latest version downloaded. I believe the issue is caused by a malformed mcmod.info file. I think that forge is failing to parse the mcmod.info because of the newlines in description field.

[
{
  "modid": "EnderStorage",
  "name": "EnderStorage",
  "description": "Stores your stuff in the END!    <-- here
                                                   <-- here
Credits: Ecu - original idea, design,              <-- here
        chest and pouch texture                    <-- here
    Rosethorns - tank model                        <-- here
    Soaryn - tank texture                          <-- here
                                                   <-- here
Supporters: Blkdragon112",
  "version": "${version}",
  "mcversion": "${mc_version}",
  "url": "http://www.minecraftforum.net/topic/909223",
  "authorList": [ "ChickenBones, covers1624" ],
  "dependencies": [ "CodeChickenCore" ]
}
]

Edit: This could also explain why the game is able to successfully load. I do not have the CodeChickenCore dependency so the game shouldn't even load up. Since the mcmod.info fails to be parsed, the game doesn't know about any dependencies the mod may need and the game loads and displays the warning shown in the above screenshot.

from enderstorage.

miiichael avatar miiichael commented on September 6, 2024

I don't suppose there will be a fixed 1.11 release?

from enderstorage.

covers1624 avatar covers1624 commented on September 6, 2024

Not at this stage, if I have enough things to back port, I'll consider it.

from enderstorage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.