Origins (Forge) has been archived. Origins (Forge) will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.20.1
1.19.2
1.18.1–1.18.2
1.17.1
1.16.5
Platforms
Forge
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Details
Licensed MIT
Published last year
Updated 6 months ago
Changelog
Origins
- Fixed Origin registry sometimes not containing any values other than
origins:empty
on the client. #423
Apoli
- Fixed potential null return values for
status_bar_texture
powers. - Fixed
prevent_sprinting
power not functioning. #427 - Fixed
min_duration
field default not accounting for infinite effect durations instatus_effect
condition. #438 - Fixed
exposed_to_sky
andexposed_to_sun
not 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 "https://maven.ladysnake.org/releases"
+ }
- maven {
- url "https://maven.merchantpug.net/releases"
- }
}
Apoli
- The PowerType class is no longer abstract, meaning you can instantiate it directly.
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
1.20.1-1.10.0.8Loaders
Game versions
1.20.1Downloads
328Publication date
May 3, 2024 at 7:10 AMPublisher
Pug
Maintainer