Git Product home page Git Product logo

Comments (9)

iGabyTM avatar iGabyTM commented on June 16, 2024

Yes, that's normal behavior because a custom NBT tag is set by the library to separate the items of the GUI from normal items.

from triumph-gui.

zuffew avatar zuffew commented on June 16, 2024

And there is a chance to restore the old nbt, because I need it and I already have everything ready under your GUI

from triumph-gui.

LichtHund avatar LichtHund commented on June 16, 2024

Wdym? Can you give me an example of how the NBT are wrong/different?

from triumph-gui.

zuffew avatar zuffew commented on June 16, 2024

I have limits on my server or sets and the items given do not stack with each other

from triumph-gui.

LichtHund avatar LichtHund commented on June 16, 2024

Items built for the GUI shouldn't be given to players, they are not meant to stack, they are there to have click events, the NBT is necessary for that. If you want to give players items use the #build function in the ItemBuilder instead of turning it into a GuiItem.

from triumph-gui.

zuffew avatar zuffew commented on June 16, 2024

do you have example code?

from triumph-gui.

LichtHund avatar LichtHund commented on June 16, 2024

ItemBuilder.from(material).name(text("Hi")).asGuiItem(); meant for GUIs, adds NBT to identify item and use click actions.
ItemBuilder.from(material).name(text("Hi")).build(); gives you an ItemStack that you can use as you would any other item, stacks the way you want.

from triumph-gui.

zuffew avatar zuffew commented on June 16, 2024

I did it and it doesn't work, do you have any discord contact?

from triumph-gui.

LichtHund avatar LichtHund commented on June 16, 2024

Yes, the discord is on the read-me page. https://mattstudios.me/discord

from triumph-gui.

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.