-
Notifications
You must be signed in to change notification settings - Fork 551
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
ElectricJuicer #4191
base: master
Are you sure you want to change the base?
ElectricJuicer #4191
Conversation
Suggestion Slimefun#2560 discord
Your Pull Request was automatically labelled as: "🎈 Feature" |
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/SlimefunItems.java
Outdated
Show resolved
Hide resolved
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.java
Show resolved
Hide resolved
We previously denied a PR like this since it’s in one of the addons already I think |
Oh really? Anyone know what addon? |
Just because an addon adds it it isn't a good reason to not accept the PR man, someone a day made a mod for pistons in minecraft back in beta and mojang decided to add it to the main game. Never saw anyone whining about pistons xD |
As a general rule, core slimefun doesn't add items that addons have for obvious reasons. it's not to say it wouldn't happen, but it doesn't make sense to duplicate others work |
Can anyone say what addon this is in? If it's abandoned or unmaintained, something like that, I think that'd be justification enough for it being added to core slimefun. |
i've not seen one that i can remember. i just checked the active addons and it's not there. the only other juicer i've seen is in fast machines |
Slimefun preview buildA Slimefun preview build is available for testing! https://preview-builds.walshy.dev/download/Slimefun/4191/f9d5d7c0
|
Could not find any addon that added a similar feauture, I have looked for quite a while |
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.
I like the idea ✔️ Thanks!
...o/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricJuicer.java
Show resolved
Hide resolved
5bcd79d
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.
LGTM
Approved suggestion #2560 discord
Description
Adding an ElectricJuicer so people aren't force to use the manual MultiBlock to get juicer, and can automate the process with cargo.
Proposed changes
Added on PostSetup a juicer recipe loader to a new machine called ElectricJuicer.
The new recipe is similar to the original multiblock, but requiring some electric motors, a battery and some other basic blocks.
Checklist
Nonnull
andNullable
annotations to my methods to indicate their behaviour for null values