Code Monkey home page Code Monkey logo

Comments (2)

ncottrill avatar ncottrill commented on July 29, 2024 1

Thank you for the reply! Tracking this down will be a challenge. We have 126 mods. So, I think I will chose to ignore it! I was thinking that it would be nice to have a configurable ignore list in sol. Then, I could just add "air" and sol would ignore that entry.

from spice-of-life-carrot-edition.

juliand665 avatar juliand665 commented on July 29, 2024

Huh! Looks like something made the mod think you ate an empty stack and add that to someone's list of eaten foods. Now whenever it decodes that food list, it realizes the item is not edible. This can also happen when mod updates make something no longer edible, so this is just the general warning.

I first thought what's happening was that this modded item somehow empties its own stack when eaten before our mod takes note of what it was. However, I just checked the code, and it only adds items if they're edible. So either something somehow made air edible (and later stopped), or something else is going on…

If the warning is too annoying, you could head into the player data with an NBT editor (it should be printed on login and maybe respawn, so you could tell which player it is) and remove the entry minecraft:air from the capability solcarrot:food_list (I believe). If you're not comfortable with that, I think your best bet is just to ignore it?

from spice-of-life-carrot-edition.

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.