-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Suggestion] DE-OXIDIZE COPPER #7
Comments
So, a couple of things I want to consider is compatibility and resource friendliness. Right clicking when tied to a vanilla item would require me to listen to all right clicks, whereas right clicking with a modded item is easier on the processing. I could add a recipe to "scrape" the items, but I'm less enthused about that. A recipe for every item in my mod can get extensive. Another developer I was talking to pointed out that water and gunpowder can be used as a way to oxidize items. I may consider using that. |
well that sounds like a plan, would be really nice to have a way to oxidize the items, i was thinking of some more ways that could work so here are some:
besides that i can't think of more ways that wouldn't be overly complicated since is not that usefull to oxidize copper since you could get diamonds instead, i hope you can make it work since it would be really cool, good luck! |
After some thought, I've decided to not include an of these proposed features. Reason being, in order to convert one armor/item to another, any data components (durability, enchantments, name, etc) would need to be carried over, and I'm fairly certain only the smithing table would be able to perform this. That would never work. A smithing table requires a template and an item, so using three materials to convert an item to another oxidization state is a feature no one would use. I could write code to essentially migrate the data from one item to another, upon a certain event such as a lightning strike, but recipes of any sorts in any block other than the smithing table wouldn't be possible. I will keep this in mind in future releases, but as of now, I'm not a skilled enough developer to add such features. I genuinely appreciate the feedback, they're great ideas. I hope to implement them in the future. |
I was looking into your mod and i found out that it can't oxidize tools and armor normally (because ticks and such), i know this is intended but maybe you could make it so we can DE-OXIDIZE tools and amor with an axe and anvil (or something involving the axe), since you can already in vanilla use the axe to DE-OXIDIZE blocks (i know oxidized tools are better but it would be cool as a mechanic)
![image](https://private-user-images.githubusercontent.com/159113965/323742505-3af34671-84c1-44c6-a753-5262aa3f3341.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTgwMDQsIm5iZiI6MTczODg1NzcwNCwicGF0aCI6Ii8xNTkxMTM5NjUvMzIzNzQyNTA1LTNhZjM0NjcxLTg0YzEtNDRjNi1hNzUzLTUyNjJhYTNmMzM0MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQxNjAxNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hZmNlOGVlNWYyNzAyMTliZjUwOGJkM2JmMGFjNmI2YTkxZWE2ZTRiNGVhYjU5OTIzYTJmYTYyZmM5NzE1OWFiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.nNgetMXwRhFN9rKU8wZxbSZlr9YvwyiRGcWOAwCpkJk)
image example of epic DE-OXIDIFICATION:
as for oxidizing the items, maybe you could consider throwing the copper tools and armor into a cauldron or right clicking a cauldron (maybe you should dip the tools a number of times to work, wasting water)
![image](https://private-user-images.githubusercontent.com/159113965/323743770-88d529b6-9464-4ccb-842d-cc1bf81848ca.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTgwMDQsIm5iZiI6MTczODg1NzcwNCwicGF0aCI6Ii8xNTkxMTM5NjUvMzIzNzQzNzcwLTg4ZDUyOWI2LTk0NjQtNGNjYi04NDJkLWNjMWJmODE4NDhjYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQxNjAxNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00MDJhODYxODNiODQyMmEwNGFiMGM3MjFlYzhjMDAyYTgyYTcxOWZkNzU5Y2Y5NzNmZGFlMTA5MjRkMjQyY2YyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9XQkiVsyz0hMJ8J3SR_2z6zmMI70TMkorvIZLjpprTY)
incredibly dangerous example of dipping things into water:
anyways thanks for reading, i hope you atleast consider the DE-OXIDIZING system
The text was updated successfully, but these errors were encountered: