-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add Repair Bench #532
base: main
Are you sure you want to change the base?
Add Repair Bench #532
Conversation
Should we make armors repairable? |
You can't include commits from other pull requests in this pull request. I have already told you this... We also can't have both of these. I thought I made it pretty clear that we won't add new items/entities. |
This is the better way to implement repairing. We can not implement tool repair without any addition. |
Remove the Dark Anvil. |
Is it good to have ability to break down tools back to their raw materials and ability to repair armors? |
I would like it possible to have repairable armor, but that requires the armor system to be renovated |
# Conflicts: # src/client/java/minicraft/item/FishingRodItem.java # src/client/java/minicraft/item/FurnitureItem.java # src/client/java/minicraft/item/Recipes.java # src/client/java/minicraft/item/ToolItem.java # src/client/java/minicraft/saveload/Load.java # src/client/java/minicraft/screen/Menu.java
# Conflicts: # src/client/java/minicraft/saveload/Load.java # src/client/java/minicraft/util/MyUtils.java
This depends on #534
From #521
This adds a new furniture, Repair Bench, made from early materials; costs raw materials of tools to repair tools; allows repairing more common items, i.e. fishing rod items.