Releases: Protonull/CivModern
v1.21.4-2 -- Ingredient tooltips and Crate colours
- Can now assign a colour to Crates as you can with Compacted Items.
- Added "Exp Ingredient" to items known to be recipient ingredients for the Basic and Advanced Cauldrons on CivMC. Enabled by default.
The latter feature is very basic right now: it's hard coded. If CivMC changes its recipes, a new version of CivModern will need to be made. I'll see what I can do about making this detectable.
Latest Build
v1.21.4-1 -- Update to 1.21.4
Bump to 1.21.4-1
v1.21.3-2 -- Fix hold-forward macro bug
- Fixes an odd bug with the hold-forward macro which would effectively disabled W (forward) for a few seconds after holding S (backward).
v1.21.3-1 -- Update to 1.21.3
Bump to 1.21.3-1
v1.6.5-2 - Item tooltips
Prior to this, if you had repair-level enabled, it would only show in advanced tooltips (same behaviour as item durability). This release lets you configure whether you want to see the item's repair level always, or only on advanced tooltips, or not at all. It also extends this configurability to item durability.
WARNING: This will override the config value you already have for repair levels if you used the prior version.
v1.6.5-1 - OrinModern
Where this repo was a fork of patches that changed and added a few things, this is now a hard fork, permanently diverging from OkxModern. Versions will differentiate from OkxModern with the -N
suffix.
Changes include:
- Radar removed (please use CombatRadar, CivVoxelMap, or any other CivMC-legal radar.)
- Uses YACL for the config, this means your
.minecraft/config/civmodern.properties
config will no longer work. Your config will be at.minecraft/config/civmodern.json
and is deliberately designed to be legible.
v.1.6.3 - Fix visual regressions
Merge upstream
v.1.6.2 Performance and hooks
-
Replaced event system with something less brittle.
-
Added Parchment mappings for easier development.
-
Added ModMenu and native Forge mod-list support.
-
Improved compacted-item rendering performance.