Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.1
1.18.2
Platforms
Supported environments
Links
Details
Changelog
BREAKING CHANGES IS INCLUDED
Gameplay:
- Add elemental soaking, which allows players to transform a block near an elemental stone into another.
- Ritual recipe can upgrade enchantments of items.
- Add sound effects for recipes.
- Some directories are renamed/moved, you may need to reset config to make it work.
- Modify some of the recipes.
- Elemental liquid buckets are renamed from "xxx_bucket" to "bucket_xxx", may result in item-missing.
- Elemental items are renamed from "elemental_xxx" to "gem_xxx", may result in item-missing.
Dev:
- (Modify) Generator API
- PackHandler is less bound to this mod and can be instantiated & registered anywhere. See example.
- Almost everything is generated via Generator API now. Including crops and elements' recipes, tags, lang, item & block models, etc.
- Generator files are now more generically formatted and can be compiled into JSON
with DgCompiler.
A generator file should be ended with
.cdg
(abbreviated from "croparia data generator"). - The registry to be iterated is now specifiable via
@registry={id}
. See example and available built-in registries. - If you want to add your own built-in generators in your mod, place your
.cdg
files undersrc/main/resources/data-generators/{namespace}/{path}/
so that Croparia will try move them under{packhandler_root}/generators
(Non-override). Namespace and path are derived from the id of aPackHandler
. - 3 generator types are provided:
croparia:default
(default),croparia:composite
andcroparia:lang
, can be specified via@type={type}
.
- (Modify) Element API
- Automatically register bucket, fluid, potion and liquid block when instantiating an element. See usage.
- Supports Generator API.
- (Modify) Crop API
- File format is renewed.
- Crop type is only used to specify the texture of crops, and is not limited to a set of values.
- Supports Generator API.
- (Modify) Recipe API
- Now use custom recipe entries that support
SlotDisplay
to provide better consistency of recipe format. TypedSerializer
andDisplayableRecipe
allow developers to handle registries in a more generic way. See example.
- Now use custom recipe entries that support
- (Modify) Recipe Wizard
- Support custom recipe wizard templates located at
{pack_path}/recipe_wizard/
, using the format of.cdg
. - Match specific template via block pointed with
@block={block_input}
.
- Support custom recipe wizard templates located at
- (New) Json API
- Used to conveniently build JSON via Java. See example.
- (New) Codec API
- Allows extending codecs
- Allows multiple codecs for 1 field name, or multiple field names for 1 codec.
TODO:
- Complete recipe wizard templates.
Files
Metadata
Release channel
AlphaVersion number
1.0.0aLoaders
Game versions
1.21.4Downloads
3Publication date
September 6, 2025 at 4:22 AMPublisher
MUYUTwilighter
Author