Giter Site home page Giter Site logo

Eye of Ender Recipe about ender-tendril HOT 1 OPEN

kitsu avatar kitsu commented on July 16, 2024
Eye of Ender Recipe

from ender-tendril.

Comments (1)

aetherknight avatar aetherknight commented on July 16, 2024

I ran into this recently while playing my personal modpack, and I worked around it by writing a small CraftTweaker script:

craftingTable.removeByName("minecraft:ender_eye");
craftingTable.addShapeless(
    "ender_eye_tags",
    <item:minecraft:ender_eye>,
    [<tag:forge:ender_pearls>, <item:minecraft:blaze_powder>]
);

I have also done this for several other recipes from other mods that I've run into, but there are quite a few of them. My own process for replacing these involves:

  • Track which recipes to replace (either recipes you have run into, or by going into JEI and reviewing the Ender Pearl's recipes for recipes that don't use the tag version)
  • Edit a CraftTweaker script to remove the original recipe and add a new recipe
  • Load a test world in single player to verify that the script is valid and does what it is supposed to (CraftTweaker's modifications get reloaded each time a game server is launched (or maybe when a world is first initialized)

from ender-tendril.

Related Issues (2)

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.