Перейти к содержимому
Mineforgian

Origins (Forge)

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

880K загрузок173 подписчиковMITforgeneoforge

Обновлён 4 мая 2024 г. · опубликован 2 июля 2023 г.

Origins (Forge)

This project has been discontinued, it will no longer receive updates.

This is an unofficial forge port of the Origins mod for fabric. Please support the original work.

This mod is designed with feature parity with the fabric version in mind. As such, no content will be added or removed from the original mod.

Features

This mod adds 9 new origins to the game:

Enderian

  • Can teleport
  • Increased reach
  • Takes damage in water or rain
  • Cannot see entities wearing pumpkins

Merling

  • Unlimited underwater breathing
  • Increased sight underwater
  • Has aqua affinity
  • Swims faster
  • Ignores gravity underwater
  • Cannot breathe on land

Phantom

  • Can phase through blocks in Phantom state
  • Is invisible in Phantom state
  • Burns in daylight while not in Phantom state
  • Hungers faster in Phantom state.
  • Only has 7 hearts.

Elytrian

  • Has a built-in Elytra
  • Can launch themself in the air
  • Takes more kinetic damage
  • Can only wear up to Chainmail
  • Takes more fall damage
  • Gets slowness and weakness over time in low ceiling areas.

Blazeborn

  • Immune to fire and lava
  • Deals more damage when on fire
  • Immune to Hunger and Poison
  • Spawns in the nether
  • Takes damage in water or rain

Avian

  • Slow fall
  • Air speed is equal to ground speed
  • Increased speed
  • Lays an egg after waking up
  • Needs to sleep high in the world
  • Can't eat meat

Arachnid

  • Can climb like a spider
  • Places cobwebs when attacks
  • Isn't slowed by cobwebs
  • Can see targets in foes in cobwebs
  • Can craft cobwebs from string
  • Only has 7 health
  • Can only eat meat

Shulk

  • 9 Additional slots accessible by pressing the power key (Kept on death)
  • Has builtin armor
  • Can break stone without tools
  • Can't use shields
  • Hungers faster

Feline

  • No fall damage
  • Jumps higher when sprinting
  • Sees slightly better in the dark
  • Scares creepers
  • Can only mine small clusters of stone
  • Only has 9 hearts

Powers can be activated by a keybinding.

Compatibility

Addons designed for the fabric version of the mod will not work with the forge version.

Datapacks designed for the fabric version should work, if one doesn't, please report it as a bug.


Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.20.1-1.10.0.9Релиз1.20.1forge, neoforge4 мая 2024 г..jar (2.2 МБ)
1.19.2-1.7.1.7Релиз1.19.2forge4 мая 2024 г..jar (1.8 МБ)
1.20.1-1.10.0.8Релиз1.20.1forge, neoforge3 мая 2024 г..jar (2.2 МБ)
1.19.2-1.7.1.6Релиз1.19.2forge3 мая 2024 г..jar (1.8 МБ)
1.19.2-1.7.1.5Релиз1.19.2forge19 апреля 2024 г..jar (1.8 МБ)
1.20.1-1.10.0.7Релиз1.20.1forge14 марта 2024 г..jar (2.2 МБ)
1.20.1-1.10.0.6Релиз1.20.1forge, neoforge13 марта 2024 г..jar (2.2 МБ)
1.19.2-1.7.1.4Релиз1.19.2forge13 марта 2024 г..jar (1.8 МБ)
1.18.2-1.5.0.2Релиз1.18.2forge13 марта 2024 г..jar (1.6 МБ)
1.20.1-1.10.0.5Релиз1.20.1forge, neoforge18 декабря 2023 г..jar (2.2 МБ)
1.20.1-1.10.0.4Релиз1.20.1forge, neoforge10 декабря 2023 г..jar (2.2 МБ)
1.20.1-1.10.0.3Релиз1.20.1forge, neoforge5 декабря 2023 г..jar (2.2 МБ)
1.20.1-1.10.0.2Релиз1.20.1forge, neoforge27 сентября 2023 г..jar (2.2 МБ)
1.19.2-1.7.1.3Релиз1.19.2forge19 сентября 2023 г..jar (1.8 МБ)
1.20.1-1.10.0.1Релиз1.20.1forge, neoforge18 сентября 2023 г..jar (2.2 МБ)

Показаны последние 15 из 23 версий. Все версии — на Modrinth.

Ченджлог

1.20.1-1.10.0.9Релиз1.20.1 · 4 мая 2024 г.

Apoli

  • The /power dump command has been reworked to match Origins Fabric's implementation of it.

Calio

  • Fixed server crash involving the client class being referenced on the server. #443
1.19.2-1.7.1.7Релиз1.19.2 · 4 мая 2024 г.

This is the final 1.19.2 release. For real this time.

Read this 1.19.2 changelog if you need an explanation.

Apoli

  • Reverted an invalid mixin change, which caused a crash.

Calio

  • Fixed a server crash involving the client class being referenced on the server. #443
1.20.1-1.10.0.8Релиз1.20.1 · 3 мая 2024 г.

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 in status_effect condition. #438
  • Fixed exposed_to_sky and exposed_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.
1.19.2-1.7.1.6Релиз1.19.2 · 3 мая 2024 г.

This is the true true final 1.19.2 release.

Read the previous 1.19.2 changelog if you need an explanation.

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 exposed_to_sky and exposed_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
1.19.2-1.7.1.5Релиз1.19.2 · 19 апреля 2024 г.

This is the true final 1.19.2 release.

Read the previous 1.19.2 changelog if you need an explanation.

Apoli

Bugfixes

  • Fixed crash involving this.lootTableId being null.
1.20.1-1.10.0.7Релиз1.20.1 · 14 марта 2024 г.

Apoli

Bugfixes

  • Fixed crash involving replace_loot_table power type. (#425)
1.20.1-1.10.0.6Релиз1.20.1 · 13 марта 2024 г.

Origins

Bugfixes

  • Fixed a crash when using the origin command inside the execute command. (#408)

Apoli

Bugfixes

  • Fixed /reload command not functioning due to a faulty packet.
  • Fixed a freeze upon using the action_on_being_used power with the consume item action in the held_item_action slot. (#353)
  • Fixed replace_loot_table power not functioning. (#404)
  • Fixed raycast entity action type always acting as if command_along_ray_only_on_hit is true (#410)
  • Fixed inconsistencies with the modify_falling power when the velocity field is 0. (#412)
  • Fixed in_tag damage condition not existing. (#414)
  • Fixed action_on_block_use preventing interaction with blocks when it shouldn't. (#419)
  • Fixed crashes relating to the action_x_hit and damage bi-entity action. (#422)

Miscellaneous

  • Optimised EntityLinkedItemStack.
  • Made action_x_hit powers more consistent with the Fabric version of the mod. (#422)
  • Updated network version.

Calio

Bugfixes

1.19.2-1.7.1.4Релиз1.19.2 · 13 марта 2024 г.

This is the final 1.19.2 release.

I personally have no interest in this version of Minecraft, and I really don't want to maintain it any further, especially while Origins Fabric is choosing to go forward instead of continually maintaining a year old MC version. I do this as a hobby. Thanks for understanding. - MerchantPug
For more information, read this page.

Origins

Bugfixes

  • Fixed a crash when using the origin command inside the execute command. (#408)

Apoli

Bugfixes

  • Fixed /reload command not functioning due to a faulty packet.
  • Fixed a freeze upon using the action_on_being_used power with the consume item action in the held_item_action slot. (#353)
  • Fixed resource entity condition type only working on players. (#372)
  • Fixed mount action throwing a warning log, fixed dismounting from players not working with non player entities. (#391)
  • Fixed replace_loot_table power not functioning. (#404)
  • Fixed raycast entity action type always acting as if command_along_ray_only_on_hit is true (#410)
  • Fixed inconsistencies with the modify_falling power when the velocity field is 0. (#412)
  • Fixed in_tag damage condition not existing. (#414)
  • Fixed action_on_block_use preventing interaction with blocks when it shouldn't. (#419)
  • Fixed crashes relating to the action_x_hit and damage bi-entity action. (#422)
  • Fixed launch power type not having parity with Origins Fabric when it comes to optional fields.
  • Fixed phasing's default phase_down_condition being incorrect.

Miscellaneous

  • Made action_x_hit powers more consistent with the Fabric version of the mod. (#422)

Calio

Bugfixes

Полная история изменений — на Modrinth.

Комментарии

Загружаем…