promotional bannermobile promotional banner

Iberia: Hardcore Alchemy Edition

A fork of Iberia for 1.10.2 with a focus on cross-mod compatibility

File Details

iberia-1.0-18.hca.3.jar

  • R
  • May 15, 2022
  • 39.39 KB
  • 122
  • 1.10.2
  • Forge

File Name

iberia-1.0-18.hca.3.jar

Supported Versions

  • 1.10.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:iberia-hardcore-alchemy-edition-623763:3792860")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

This is the initial upload of Iberia: Hardcore Alchemy Edition to Curseforge. To assist in understanding of mod changes, this changelog includes the changelogs of previous releases of this fork as well.

Better Hard Stone Challenge Configs

 

  • Allow tools of any type to be affected, not just pickaxes (ex: Iron hammers from Ex Nihilo Omnia no longer bypass the hard stone challenge)
  • Allow for specifying exact item registry names in place of materials

 

Here are some examples of valid config keys and values for the "hardstone" config category:

D:BoundToolMaterialSlowdown=2.0
D:DiamondSlowdown=2.0
D:"IronSlowdown"=10.0
D:"bloodmagic:ItemSentientPickaxeSlowdown"=3.0
D:"embers:clockworkPickaxeSlowdown"=2.0

 

They represent, in order: bound tools (defined by Blood Magic), diamond tools, iron tools, the sentient pickaxe from Blood Magic, and the Clockwork Pickaxe from Embers. The first three were possible in official version 1.0-18, the last two were not. Quotes are optional unless the key contains special characters.

 

The general rule is to take a tool material or an item registry name and append "Slowdown" to it. Item slowdown overrides material slowdown (the effects do not stack).

 

Time Preservation

 

This release adds a config option to disable time being set to day on respawn.

 

Item Scroller Fix

 

This release fixes the inventory getting scrambled when shift clicking items while wearing encumbering armor and while Item Scroller is installed.