-
Notifications
You must be signed in to change notification settings - Fork 23
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
1.20.2 #119
Conversation
README.md
Outdated
@@ -3,7 +3,8 @@ A tech mod that has Various ways to generate, store and transmit Forge Energy, f | |||
|
|||
[Please join the AE2 Discord for support, in the `#powah` channel.](https://discord.gg/Zd6t9ka7ne) | |||
|
|||
Powah! was originally created by owmii for Forge 1.14-1.16, and is now being maintained by Technici4n for Forge and Fabric since 1.18. | |||
Powah! was originally created by owmii for Forge 1.14-1.16, and is now being maintained by Technici4n for Neoforge since 1.20.2. |
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.
We probably want to mention 1.18 - 1.20 still, using past tense.
// implementation "me.shedaniel:RoughlyEnoughItems-neoforge:${project.rei_version}" | ||
// compileOnly "me.shedaniel:RoughlyEnoughItems-neoforge:${project.rei_version}" | ||
|
||
compileOnly "top.theillusivec4.curios:curios-neoforge:${project.curios_version}:api" |
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.
With the cap rework, we can remove the curios compile dep using the curios:item_handler
entity capability. Would be good to keep curios at runtime for testing. 😉
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.
You need to remind me of that though :-P
No description provided.