Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
The Cloche mod introduces a new block (Originally added in Opolis Utilities) that grants players the an easier way to grow crops in there world! The base mod adds recipes for various vanilla crops and trees with more mod support and improvements coming.
The mod features the new BBL Core mod allowing for a flexable and customizable upgrade system.
This example shows what the mod can do, the 3 slots under the progress bar are upgrade slots, these can be used to imporve the cloche. The first upgarde allows this recipes (useally nether specific) to work in any dimension. The second upgrade will remove the output of seeds in a recipes (not useful in this recipe but handle for wheat where seeds are not the main output). The third produces an extra main output of the recipes (defined as the first item in the result part of the recipe json.
Dimensional upgrades can be added via data packs using below example; { "type": "cloche:dimensional_upgrade", "dimension": "minecraft:end", "ingredient": { "item": "cloche:end_upgrade" } }
Recipes can be added via data pack as well using the below example;
{ "type": "cloche:cloche", "catalyst": [], "duration": 1200, "results": [ { "item": { "count": 2, "id": "minecraft:dark_oak_log" } }, { "chance": 0.2, "item": { "count": 1, "id": "minecraft:dark_oak_sapling" } }, { "chance": 0.2, "item": { "count": 1, "id": "minecraft:apple" } }, { "chance": 0.1, "item": { "count": 1, "id": "minecraft:stick" } } ], "seed": { "item": "minecraft:dark_oak_sapling" }, "soil": { "tag": "minecraft:dirt" } }