What's New:
[world/crop_temperature
]:
- Bamboo, grass blocks and a few other modded plants are now supported.
- Fixed broken expression support.
- Updated format to be a little more sensible.
{
"replace": false,
"entries": {
"minecraft:beetroots": [
0.2, // abs min
0.3, // min
1.0, // max
1.0 // abs max
],
}
}
[blocks/incubator
]:
- The format now supports
replace
.
[general
]:
- Moved misc client data to a single JSON file.
- Tried to fix a rare CME in
MixinProcessor
. (I have no idea if this works) - Updated Dark Matter.
What's New:
[misc/translations
]:
- Now enabled by default!
[general
]:
- Fixed invalid zh_cn.json file.
- (Hopefully) fixed a crash introduced by a fix to a crash.
What's New:
[general
]:
- Patched a crash related to invalid/empty downloaded language files.
- Optimized PNG assets.
What's New:
[world/loot_barrels
]:
- New Module!
- Adds random barrels with loot to caves!
[items/lava_disintegrator
]:
- New Module!
- Allows you to destroy non-fireproof items by right-clicking a lava bucket.
[blocks/better_fletching_table
]:
- Made
divergenceModifier
configurable.
[items/magnet
]:
- Made
rangeMultiplier
configurable.
[mechanics/trading_goat_horn
]:
- Made
cooldown
andinstrumentId
configurable.
[mechanics/throwable_items
]:
- Added more empty stack checks.
[general
]:
- Fixed a crash related to invalid/empty config files.
- Scoped/data pack configs are now on by default.
- Configs are now
DIMENSION
only and do not save by default.
- Configs are now
What's New:
BACK UP YOUR CONFIGS BEFORE UPDATING!!!
This update overhauls the config system to make it way more flexible and powerful.
[items/infinite_totem
]:
- Fixed a memory leak.
- The beacon is now required to follow this pattern:
B
NNN
DDDDD
NNNNNNN
DDDDDDDDD
Where N is netherite and D is diamond.
[general
]:
- The configuration system has been reworked.
This update splits module configs into several parts: bootstrap
, main
, game
and client
.
One of the major additions is the optional support for Commander expressions in the config. Commander 0.5.0 has some amazing additions and I highly recommend checking them out!
One change that may break datapack configs is the removal of the enabled
field from scoped configs. The field is now available
and supports expressions. And on the note of scoped configs, the only config state that supports scopes is game
, so configs without it will not support scopes.
- Rewrote config screen generation to support expressions.
constellation.inc is grateful for your continued trust!
What's New:
[mechanics/trading_goat_horn
]:
- Fixed client-side crash.
[general
]:
- Updated Commander and Fabric Loader.
What's New:
[entities/ghast_tweaks
]:
- New Module! Currently, adds an option for ghasts to explode on death.
[entities/slimes
]:
- Fixed hyper-speed magma particles.
[general
]:
- Fixed merging of early translations.
- Fixed Lab and Wiki buttons in the config screen.
- Added an option to disable Andromeda's item group.
- Updated Dark Matter.
- Updated Chinese translation. Courtesy of Rad586.
What's New:
This version adds Commander support to two modules and so, to use those modules you must install commander.
[blocks/incubator
]:
- Processing time now accepts Expressions. (context:
block_state
,block_entity
,tool
,origin
) - The list of Brigadier (
/
) commands was replaced by Commander commands. (context:this_entity
,block_state
,block_entity
,tool
,origin
)
[entities/slimes
]:
- Collision particles are now slime type specific.
[mechanics/throwable_items
]:
- Changed the data pack format to support Commander. Consult the wiki for more info.
[general
]:
- Added translations for early user-facing messages.
- Updated Dark Matter.
- Updated Chinese translation. Courtesy of Rad586.