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

Sand Paper used up in Deployer, strange underlying issue. #273

Closed
Dutchs opened this issue Jan 12, 2025 · 0 comments · Fixed by #287
Closed

Sand Paper used up in Deployer, strange underlying issue. #273

Dutchs opened this issue Jan 12, 2025 · 0 comments · Fixed by #287
Assignees
Labels
Bug Something isn't working

Comments

@Dutchs
Copy link
Collaborator

Dutchs commented Jan 12, 2025

Bug Description

Items set as unbreakable via the item_durability.zs script appear to not get given the Unbreakable:1b nbt tag correctly.

Crafted:

minecraft:flint_and_steel{Damage:0}
create:sand_paper{Damage:0}

Cheated in with: /give @s <ITEM>{Unbreakable:1b} 1

minecraft:flint_and_steel{Damage:0,Unbreakable:1b}
create:sand_paper{Damage:0,Unbreakable:1b}

This was validated by crafting the item and using /mt hand and /ct hand both show the item lacking the tag, but they still show up as Unbreakable on their tooltip.

In fact, items with the NBT are:
sandpaper

This in turns appears to be breaking item functionality that is supposed to be unbreakable, like the sand paper in the deployer.

Did this behavior used to work in the previous version?

Unknown

If you answered Yes above...

v5.0.4

Steps to Reproduce (for bugs)

See above

Client/Server Log:

No response

Crash Log:

No response

Modpack Version world created in:

v5.0.4

Additional Content Installed?

No response

Modpack Version:

v5.0.4

Java Version:

v17.0.0

Launcher Used:

unrelated

Memory Allocated:

unrelated

Single Player/LAN/Server:

Singleplayer

Optifine Installed:

No

Shaders Enabled:

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants