Crop Creator
Here you can create custom crops for Croparia easily. Note that you still need to test it in the game to ensure it works as expected.
Basic
crop
Tier: 1

Color (#RRGGBB)
Material
Material must not be empty
Components (optional)
Dependencies
Map of mod id → translation key. When the mod is present, the crop items will use the given key to resolve their names.
Translations
Map of language → text (e.g. en_us
, zh_cn
). Croparia IF will generate language files from these entries.
Preview
Seed
Fruit

Crop

Generated JSON
{
"id": "croparia:your_crop",
"tier": 1,
"material": "",
"color": "#FFFFFF",
"type": "crop",
"dependencies": {},
"translations": {}
}