-
Notifications
You must be signed in to change notification settings - Fork 58
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
Slaughter / Chopper Tech reborn support #454
base: master
Are you sure you want to change the base?
Conversation
parity with other farms* Is it WAI?
also generalize
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.
SimpleBatteryItem should not be used for items from other mods, it's just a convenience implementation. Please use EnergyStorage.ITEM
.
Well, it defines getEnergyMaxOutput as 0, so extract() does nothing... (or is there any other reason?) |
Sounds like it would maybe make more sense to allow these items to extract energy? Instead of bypassing an implementation detail? |
Yes, I'll try making pr in tech reborn side |
nether tree
Patch 3
allows usage of energy based items
Those items can't extract energy, so it should use SimpleBatteryItem.tryUseEnergy()