Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request for 1.18.2 #12

Open
MasterSloth1 opened this issue Feb 9, 2023 · 1 comment
Open

Feature Request for 1.18.2 #12

MasterSloth1 opened this issue Feb 9, 2023 · 1 comment

Comments

@MasterSloth1
Copy link

  1. It would be awesome if the datapack recipe could copy nbt of input items to the output, this will allow us to use your mod to create and upgrade sophisticated backpacks.
  2. And the items stay inside the sewing station (at the very least the needle) when you exit the gui

It would be very much appreciated if you could incorporate these features thanks.

@gigaherz
Copy link
Owner

gigaherz commented Feb 9, 2023

If you want the items to stay, you can use the Storing Sewing Table instead of the plain one.

As for copying NBT, I implemented that on the ToolBelt mod but I will consider moving the logic to SewingKit and making it more generic. I can't promise when I will do it but it may look a bit like:

        "materials": [
          {
            "count": 1,
            "ingredient": { ... },
            "copy_nbt": true
          },
          {
            "count": 1,
            "ingredient": { ... },
            "copy_nbt": [ "Damage", "some value", "another/value" ]
          },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants