File Details
[1.20.1] Origins Forge 1.10.0.8
- R
- May 3, 2024
- 2.20 MB
- 7.3K
- 1.20.1
- Forge + 1
File Name
origins-forge-1.20.1-1.10.0.8-all.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Origins
- Fixed Origin registry sometimes not containing any values other than
origins:emptyon the client. #423
Apoli
- Fixed potential null return values for
status_bar_texturepowers. - Fixed
prevent_sprintingpower not functioning. #427 - Fixed
min_durationfield default not accounting for infinite effect durations instatus_effectcondition. #438 - Fixed
exposed_to_skyandexposed_to_sunnot having the correct block position within negative x and z coordinates. #439
Calio
- Fixed registries sometimes not containing any values other than the default on the client. #423
- Consistent-ify isServerContext with older version fixes.
For Addon Devs:
Origins Forge is now hosted on the Ladysnake Maven
The notation for the artifacts are still the exact same, but you will have to replace the MerchantPug maven with the Ladysnake maven within your repositories block. This is the same repository as Origins Fabric.
repositories {
...
+ maven {
+ url "" rel="noopener nofollow" target="_blank">https://maven.ladysnake.org/releases"
+ }
- maven {
- url "" rel="noopener nofollow" target="_blank">https://maven.merchantpug.net/releases"
- }
}
Apoli
- The PowerType class is no longer abstract, meaning you can instantiate it directly.

