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

Smithing inventory #35

Open
KrystilizeNevaDies opened this issue Dec 26, 2023 · 1 comment
Open

Smithing inventory #35

KrystilizeNevaDies opened this issue Dec 26, 2023 · 1 comment
Milestone

Comments

@KrystilizeNevaDies
Copy link
Collaborator

KrystilizeNevaDies commented Dec 26, 2023

Smithing recipes are already loaded and sent to the player inside of the crafting module.
Inside of the crafting module, add the handling for smithing inventory interactions.
Inside of the blocks module, add the logic to open the inventory when right clicking the block.

This includes smithing_transform and smithing_trim.

You also need to do some registry work to get this working.
See comments below for more details

@lordtgm
Copy link
Contributor

lordtgm commented Jan 25, 2024

Done: reading the recipes, upgrading diamond gear to netherite gear, trimming armor mechanics
current problems: the client doesnt receive the registries "trim_material" and "trim_pattern" required for rendering trimmed armor, causing a crash when you put the ingredient for trimming in the smithing table. I wasn't successful in sending the registries to the client. my work is available in the smithing branch of my personal fork. I'm moving on to other stuff to do for now.

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

No branches or pull requests

2 participants