You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.7.0
Added
Gradients onto the color markdown
ex. -#000000,#FFFFFF,#00FF00-(text) will print text in a gradiant from Black to White to Green.
By: MeAlam
Added 3 Interfaces, IFlyingEntityISwimmingEntityITamableEntity which help streamline development by having preset Methods an Logic to help developers code their entities!
By: Kyradjis
Changed
Refactored Variant Loader to use a general JSON parser, enabling support for custom user-defined JSONs.
By: MeAlam
Updated
Updated neoforged.moddev to:
2.0.73
Updated Fabric to:
0.114.2+1.21.4
Updated Fabric Loader to:
0.16.10
Updated Neoforge to:
21.4.50-beta
Updated Parchment to:
2024.12.22
Bug Fixes
Fixed /reload not reloading the Variants Correctly
By: MeAlam
Cause: The event registering /reload was never made. oops
Fixed DataGen not working on Fabric
By: MeAlam
Cause: DataGen on Fabric tried to execute Client code thru the server which broke it.