Releases: Protonull/CivianMod
v1.21.4-6 :: Config refactor
This release largely contains under-the-hood changes, but the biggest user-facing change is the config gui refactor. You may also notice a change in the structure of the config file. This is because of some in-progress features (and some potential features) that defy easy categorisation, so better to do that in the gui than in a serialised data format that is largely abstracted away.
Also:
- The SafeMining threshold has been increase from 1 to 5, and is now configurable.
- ClickDest now only works when used empty-handed to prevent command spam when breaking a sign.
v1.21.4-5 :: ClickDest
ClickDest is a polyfill-feature that really should be included as part of RailSwitch, but isn't. ClickDest works by assigning custom punch-behaviour to signs entitled [set destination]
, which sets your dest to whatever the remaining lines contain concatenated together. For example:
| [set destination] |
| Icenia |
| Yoahtl |
| Pavia |
Clicking ^ this sign will send the following command: /dest Icenia Yoahtl Pavia
THIS FEATURE IS DISABLED BY DEFAULT!
This is your friendly reminder that reading block data is bannable: use ClickDest at your own peril.
Also:
- Fixed visual bug with the Crate colour and Compacted-Item colour options not displaying correctly in the config gui.
v1.21.4-4 -- CivianMod rebrand
- Minor compacted-item optimisation
- Minor mixin optimisations
Was asked by Okx to rename this fork to avoid confusion. I did originally refer to this fork as "OrinModern" in release v1.6.5-1, but this was more to contrast it with upstream (hence its "OkxModern" nickname). It felt a little conceited to name the fork after myself; CivianMod seems to strike a nice balance between being memey and informative without also potentially clashing with future civ-server names (eg: NeoCiv).
v1.21.4-3 -- Safe tools
- Added option that will prevent any mining if doing so would break the tool.
- Changed the default Crate colour to something less intense.
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 recipe 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.
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.