1.18.2-1.5.0.2
Compatibility
Required content
Changes
This is the final 1.18.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.
General
- Fixed Jar in Jar artifacts. Now requires Forge 40.2.3 or above.
For Addon Devs
- There may be extremely minor alterations to code here and there, so consider this a breaking update if you use specific niches within the Origins Forge codebase.
Origins
Bugfixes
- Fixed Human's origin icon not setting to the player's skin. (#246)
- Fixed Origin component not synchronizing upon changing dimensions. (#316)
- Fixed inconsistencies with Origins Fabric whilst using
action_on_callback. (#332 & #345)
Apoli
Bugfixes
- Fixed
change_resourceentity action type only working on players. (#245) - Fixed inversion of red and blue within ColorConfiguration. (#304)
- Fixed
self_glownever making the local player glow. (#304) - Fixed
restrict_armorpower type not applying to only one equipment slot. (#312) - Fixed
modify_break_speedpower type not applying to undestroyable blocks. (#312) - Fixed
trigger_cooldownentity action type only working on players. (#312) - Fixed
shaderpower type only updating upon changing camera whilst using conditions. (#334) - Fixed a freeze upon using the
action_on_being_usedpower with theconsumeitem action in theheld_item_actionslot. (#353) - Fixed keybinds always resolving as primary active. (#357)
- Fixed
resourceentity condition type only working on players. (#372) - Fixed
raycastentity action type always acting as ifcommand_along_ray_only_on_hitis true (#410) - Fixed a crash involving the PowerSourceArgumentType. (#411)
- Fixed
action_on_block_usepreventing interaction with blocks when it shouldn't. (#419) - Fixed crashes relating to the
action_x_hitanddamagebi-entity action. (#422) - Fixed
adjacentblock condition type. - Fixed
multiplepower type. - Fixed
if_else_listmeta action type executing more than one action at a time. - Fixed
particlepower type not accepting a particle effect alongside a type. - Fixed
add_blockandset_blocknot using block states. - Fixed certain
intervalfields being allowed to go below 1. - Fixed
phasing's defaultphase_down_conditionbeing incorrect. - Fixed incompatibility with Fluidlogged.
Miscellaneous
- Made
action_x_hitpowers more consistent with the Fabric version of the mod. (#422)
Calio
Bugfixes
- Fixed incorrect validation order logic. (#371)
- Fixed unintended concurrency when handling split registry packets. (EdwinMindcraft/calio#3)
- Fixed missing registry crash upon loading into a world or using /reload. (EdwinMindcraft/calio#3)
- Fixed loading sometimes failing whilst not on a dedicated server. (EdwinMindcraft/calio#4)
- Fixed client registry manager not clearing upon logging out.
- Fixed player abilities being missing and not registered under the correct name.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:jl3m2lR9:TuwzoRZB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jl3m2lR9:TuwzoRZB"
}

