All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning. Prior to version 6.0.0, this project used MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.
- [Fabric] Updated
fabric.mod.json
- Updated SpectreLib to 0.13.15+1.20.1
- [Fabric] No longer requires Fabric Loader 0.14.23+
- [Fabric/Quilt] Fixed dedicated server crash #76
- Updated to SpectreLib 0.13.14
- [Fabric] Requires Fabric Loader >=0.14.23
- Added in-game configuration GUI
- Updated to Minecraft 1.20.1
- Moved holy damage types to
damage_type
tag:consecration:holy
- [API] Updated API to handle new damage type construction methods
- Removed
holyDamage
configuration option
- Added Fabric and Quilt support
- Changed Consecration I -> Consecration II potion brewing to use Glowstone Dust instead of Redstone Dust
- Configuration system is now provided by SpectreLib
- Configuration file is now located in the root folder's
defaultconfigs
folder - Changed to Semantic Versioning
- Updated to Minecraft 1.19.2
- Added
uk_ua
localization (thanks cmbcoldspot!) #70
- Fixed certain mods crashing with Consecration when using their armor
- Fixed holy material parsing failing in some cases when the material does not start with the material name
- Added Tinkers' Construct integration
- Added Silent Gear integration
- Added Werewolves - Become a Beast! integration (if
"silver"
is added as a holy material) - Added Tetra integration
- [API] Added "smite" as a ToolAction that will enable smiting behavior for any tools that qualify
- Fixed holy material parsing to ignore namespaces, existing configurations will still work but mod integrations
and future features will rely on namespace-less entries (i.e. use
"gold"
instead of"minecraft:gold"
)
- Added JEED support #62
- Fixed missing Consecration effect texture
- Fixed NPE crashes
- Fixed CurseForge upload
- Updated to Minecraft 1.18.2
- Optimized performance on servers
- Changed enchantment name from "Shadow Protection" to "Undead Protection"
- All holy sources except for
holyDamage
andholyMaterials
have been moved from configs to tags. Tagging anything asconsecration:holy
will identify the object as holy for the purposes of Consecration - Undead types have been moved from configs to tags. Tagging an entity as
consecration:undead
will mark it as an undead. The tagsconsecration:fire_resistant
,consecration:holy_resistant
, andconsecration:resistant
mark undead and additionally make them resistant from fire, holy, and both respectively bystanderNerf
config option changed todamageReductionVsMobs
and made a percentage value
- Updated to Minecraft 1.17.1
- Added
zh_cn
localization (thanks Kzeroko!) #61
- Added the ability to craft fire arrows by using a regular arrow on a campfire or soul campfire #52
- Fixed Tinkers' Construct compatibility #59
- Added Tinkers' Construct compatibility #57
- Fixed dimension configs
- Fire Arrow recipe is now compatible with modded coals
- Fire Arrow recipe now only works with the regular Minecraft arrow
- Fire Stick recipe is now compatible with modded coals
- Fixed recipe error with fire arrow #50
- Added back Tetra, Silent Gear, and Spartan Weaponry compatibility
- Updated to Minecraft 1.16.4
- Fixed undead "unholy" and "absolute" modifiers not working in the configuration list
- Fixed holy negatively affecting non-undead entities
- Updated to Minecraft 1.16.3
- Fire Stick can now be used in the offhand in addition to the mainhand
- Fixed undead entities being deleted upon entering world
- Fixed game crashing when re-entering worlds in the same session #48
- Ported to 1.16.1 Forge
- Fixed undead "unholy" and "absolute" modifiers not working in the configuration list
2.0 - 2020.06.01
- Ported to 1.15.2 Forge
2.0-beta2 - 2020.03.07
- Consecration API with methods to add and get configuration details
- Ported to 1.14.4 Forge
- Reagant for Consecration potions changed back to Golden Apple
- Undead, unholy, and smite-proof mob configuration options condensed into a single undead list
- Removed Fire Bomb
- Removed Holy Water
- Removed Blessed Dust
- Removed priest trades for Consecration potions
- Removed cross-mod support, separated into Consecration - Compatibility Add-on