Croparia
This mod adds new items and blocks to cultive resources
Обновлён 7 апреля 2024 г. · опубликован 15 февраля 2022 г.

-This Mod adds crops for ressources cultivation
-You can also download Stemaria, Soularia and Croparia+, addons for Croparia.
-Please take a look at JEI or REI to know how to craft the items in the mod, and Patchouli to have a Guide Book.
-It adds 95 new crops, some new factory blocks and "magic" items !
With Croparia 4.5, you can add your own crop by adding a json files here : .minecraft/crops/
The json should look like this :
{
"name":"exemple",
"tier":1,
"tag":"c:raw_gold_ores",
"color":"0x4FD333"
}
Once the crop is added, you will need to add some few assets in a ressource pack.
assets -> croparia -> blockstates -> block_crop_[CROP NAME].json
{
"variants": {
"age=0": {
"model": "croparia:block/crop_stage0"
},
"age=1": {
"model": "croparia:block/crop_stage1"
},
"age=2": {
"model": "croparia:block/crop_stage2"
},
"age=3": {
"model": "croparia:block/crop_stage3"
},
"age=4": {
"model": "croparia:block/crop_stage4"
},
"age=5": {
"model": "croparia:block/crop_stage5" you can change crop_stage5 by : animal_stage5 / monster_stage5 / food_stage5 / nature_stage5
},
"age=6": {
"model": "croparia:block/crop_stage6" you can change crop_stage6 by : animal_stage6 / monster_stage6 / food_stage6 / nature_stage6
},
"age=7": {
"model": "croparia:block/crop_stage7" you can change crop_stage7 by : animal_stage7 / monster_stage7 / food_stage7 / nature_stage7
}
}
}
assets -> croparia -> models -> item -> seed_crop_[CROP NAME].json
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "croparia:item/seed_crop"
}
}
assets -> croparia -> models -> item -> fruit_[CROP NAME].json
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "croparia:item/fruit_crop",
"layer1": "croparia:item/fruit_crop_overlay"
}
}
assets -> croparia -> lang -> en_us.json
"block.croparia.block_crop_[CROP NAME]": "[CROP NAME] Seeds",
"item.croparia.fruit_[CROP NAME]": "[CROP NAME] Fruit"
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 4.5.2 | Релиз | 1.20.1 | fabric | 7 апреля 2024 г. | Скачать (1.0 МБ) |
| 4.5 | Релиз | 1.20.1 | forge | 6 апреля 2024 г. | Скачать (359 КБ) |
| 4.5.1 | Релиз | 1.20.1 | fabric | 17 марта 2024 г. | Скачать (1.0 МБ) |
| 4.5 | Релиз | 1.20.1 | fabric | 4 января 2024 г. | Скачать (539 КБ) |
| 4.5 | Релиз | 1.20.2 | neoforge | 21 декабря 2023 г. | Скачать (344 КБ) |
| 4.5 | Релиз | 1.20.4 | forge | 18 декабря 2023 г. | Скачать (360 КБ) |
| 4.4 | Релиз | 1.20.4 | forge | 17 декабря 2023 г. | Скачать (349 КБ) |
| 4.5 | Релиз | 1.20.4 | fabric | 9 декабря 2023 г. | Скачать (531 КБ) |
| 4.4 | Релиз | 1.20.4 | fabric | 7 декабря 2023 г. | Скачать (613 КБ) |
| 4.4 | Релиз | 1.20.3-pre2 | fabric | 28 ноября 2023 г. | Скачать (613 КБ) |
| 4.3 | Релиз | 1.20.2 | fabric | 6 ноября 2023 г. | Скачать (1.0 МБ) |
| 4.0.1 | Релиз | 1.19.2 | fabric | 23 октября 2022 г. | Скачать (1.3 МБ) |
| 4.0.1 | Релиз | 1.19.2 | forge | 23 октября 2022 г. | Скачать (1.1 МБ) |
| 3.8.1 | Релиз | 1.18.1 | fabric | 15 февраля 2022 г. | Скачать (1.4 МБ) |
Ченджлог
4.5.2Релиз1.20.1 · 7 апреля 2024 г.
FIX : Star Platinum & Iridium seeds
4.5Релиз1.20.1 · 6 апреля 2024 г.
ADD : Custom crops.
4.5.1Релиз1.20.1 · 17 марта 2024 г.
FIX : Ae2 compatibility
4.5Релиз1.20.1 · 4 января 2024 г.
ADD : Crop customization !!! Add your OWN crop to the game.
4.5Релиз1.20.2 · 21 декабря 2023 г.
Croparia 4.5 port to NEOFORGE 1.20.2
4.5Релиз1.20.4 · 18 декабря 2023 г.
ADD : Custom crops.
4.4Релиз1.20.4 · 17 декабря 2023 г.
Forge update of Croparia. Include all crops, relics and greenhouse. Custom crops will arrive later.
4.5Релиз1.20.4 · 9 декабря 2023 г.
ADD : Crop customization !!! Add your OWN crop to the game.
Комментарии
Загружаем…