-
Notifications
You must be signed in to change notification settings - Fork 99
HexCasting port to 1.21 (NeoForge part) #895
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: devel/port-1.21
Are you sure you want to change the base?
Conversation
The predicate now tests if objects in the inventory are the same item same tags instead of same object ref.
…his works is to publish it ...
great commit message
哨卫出现了两次,删除其中没有链接的一个
# Conflicts: # Fabric/build.gradle # Forge/build.gradle # Forge/src/generated/resources/.cache/d4b3e6634c30118e1127c02b727ea285752e5aac # Neoforge/src/main/java/at/petrak/hexcasting/forge/loot/ForgeHexCypherLootMod.java
What’s current state on this? |
@User-green it works on NeoForge only and not this repository. Annoyingly broken architectury plugin doesn't allow me to port the mod properly to XPlat, so I've delegated porting to XPlat to other devs when they will be available. For now you can play with: |
I am okay with crashes. Any bugs found will be reproduced and reported. Thank you |
@Sirius902, thanks for the report, fixed! |
Fabric is commented out.
This PR is based on my NeoForge repo of HexCasting. Some NeoForge leaked to XPlat. This should be easily fixable though.
Requirements
This port requires version of Paucal with gamma-delta/PAUCAL#12 and gamma-delta/PAUCAL#13. You can build it yourself, publish to maven (local or remote).
Notable changes
List<Iota>.getEntity
methods now requireServerLevel
as argument due to the change above.Requires attention
VCDrawHelper
might have been ported poorly