Skip to content
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

Added IC2 crop breeding integration. #3317

Open
wants to merge 1 commit into
base: master-MC1.7.10
Choose a base branch
from

Conversation

repo-alt
Copy link
Contributor

@repo-alt repo-alt commented Jun 6, 2020

Updated IC2 API version reference (old api is deprecated)
geolyzer should also update scan level, acting as crop scanner

Updated IC2 API version reference (old api is deprecated)
geolyzer should also update scan level, acting as crop scanner
@repo-alt
Copy link
Contributor Author

repo-alt commented Jun 6, 2020

Rebased/cleaned version of #3129

crop.setScanLevel(4)
val cc = crop.getCrop
if (cc != null) {
e.data += "crop:name" -> cc.name()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AgriCraft doesn't use a crop: prefix. As per the fluid container discussion, would this be better without the prefix, or in a separate "crop" map?

@asiekierka asiekierka added this to the OC 1.8.0 milestone Aug 29, 2022
@asiekierka asiekierka modified the milestones: OC 1.8.0, OC 1.9.0 May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants