Git Product home page Git Product logo

Comments (2)

jaredlll08 avatar jaredlll08 commented on June 26, 2024

standard knowledge book recipe trick
Could I get a link to what you are talking about, that isn't something I have heard before.

What problem would this actually be solving?

If implemented, it would come with several caveats that I feel would trip users up, such as potentially not being able to use the #loader tags loader, or any other loaders for that matter.

Scripts would still be ran only actually be ran when they are ran right now (for the normal loader), so really this would just be adding another source for scripts to be discovered?

from crafttweaker.

dhouck avatar dhouck commented on June 26, 2024

Could I get a link to what you are talking about, that isn't something I have heard before.

This is pretty much irrelevant when CT is installed; itʼs a standard trick for datapacks without mods.

Tangent about vanilla data packs In vanilla datapacks, you cannot add items, so you use other items with custom names and model data and such. But until 1.20.5, you couldnʼt use vanilla datapacks to add recipes for items with NBT, so you had to do a weird workaround: make a recipe for an unused item (traditionally a knowledge book), make an advancement for that recipe, and in that advancement run some commands to take away the unused item and give the custom-NBT item.

I canʼt find a good writeup about it, but itʼs fairly standard and covered in this video

What problem would this actually be solving?

Primarily:

  • Being in a per-world location instead of a per-instance location can be useful for various purposes (eg. distributing world downloads including custom scripts, working with other per-world differences)
  • Many other things are datapack-driven so this would allow consistency with other mods and other places that recipes are defined
  • (My use case) making a datapack which works in vanilla but with added functionality with CraftTweaker.

Scripts would still be ran only actually be ran when they are ran right now (for the normal loader), so really this would just be adding another source for scripts to be discovered?

Yes, exactly, but having another source for discovering scripts is itself useful.

from crafttweaker.

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.