Origins (Forge)

This is an unofficial forge port of the Origins mod for fabric

File Details

[1.20.1] Origins Forge 1.10.0.2

  • R
  • Sep 27, 2023
  • 2.20 MB
  • 189.2K
  • 1.20.1
  • Forge + 1

File Name

origins-forge-1.20.1-1.10.0.2-all.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:origins-forge-474438:4771676")

NeoForge

implementation fg.deobf("curse.maven:origins-forge-474438:4771676")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Forge and Backwards Compat notes

Do not use Forge 47.2.0, it will break this version of the mod. If you need a latest up to date Forge, I'd recommend using NeoForge as they have maintained the backwards compatibility with mods built prior to the split.
Similar to 1.7.1.3, this change contains breaking code for packets. You will not be able to connect to servers running this version of Origins Forge or Apoli Forge on a previous version.

Changes

  • Modify Falling now hooks into the forge:gravity attribute again.
  • Modify Player Spawn may now operate off thread (On by default, found inside the server config). This should make the power not put the server to a complete stop, but requires certain things to wait a little longer.
    • Selecting an Origin with this power type will boot you into a waiting for powers screen if this setting is on. You'll be booted out as soon as the power finishes validating, and you'll be brought to your new spawn.
    • Respawning has also been modified to only allow you to respawn once the power has been validated.
    • Besides this, if you notice any instabilities with not being allowed to respawn, try logging out and back in.

Bugfixes

  • Fixed issues with dynamic registries not loading correctly upon world startup or /reload. (#365, #366)
  • Fixed resource entity condition type only working on players. #372