-
Notifications
You must be signed in to change notification settings - Fork 8
Crucible #449
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
base: master
Are you sure you want to change the base?
Crucible #449
Conversation
|
The linked issue should be accomplished by allowing melting rocks into a smeltery imo |
|
Instead of adding a whole new machine |
That feels like shooting ducks with a cannon tho |
|
LordIdra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is almost identical to the mixing pot as it stands.
I would suggest instead to do what 'modded' crucibles do, where items that get thrown in are consumed (one by one) and then slowly melted. So you throw cobblestone in, and over 25 seconds, 4 mb of lava are added per second. Then, it's ready to consume the next cobblestone you throw in. (And also produces smoke gradually as it goes).
This makes balancing much easier and differentiates this enough to make it worth having alongside the mixing pot
Ok did something very similar to modded, instead of having it tick every second and add it gradually (which with many crucibles it might be unnecessarily performance intensive), I made it melt a block every X ticks, just like modded crucibles depending on the heat source below, it will change the melting speed |
|
Requires pylonmc/pylon-core#512 |


Fixes #299