Mineuniverse
Log in Register
Mods

ClocheTweaks

CraftTweaker bindings forImmersive Engineering Garden Cloche
by ung3froren
Claim this project
4,454 downloads
0 likes
Updated Jun 30, 2026
0 hypes
CraftTweaker

Adds methods to CraftTweaker to register new fertilizers or seeds to be used inside the GardenCloche from Immersive Engineering.

 

Source files are included in mod jar

 

Additions

 
import mods.J0B10.tweaks.GardenCloche;

# Register the given ingredient as fertilizer with the given growth multiplier.
# Will throw an exeception for ingredients such as <*> that can't be resolved
# to a list of items.
registerItemFertilizer(IIngredient fertilizer, float multiplier);

# "Register the given fluid as fertilizer with the given growth multiplier.
registerFluidFertilizer(ILiquidStack fluid, float multiplier);

# Register the given seed so it can be grown in the Graden Cloche.
# Specifying a list of drops, the needed soil and optionally a block to
# display visually inside the cloche.
# If no soil is specified, dirt is used instead.
# If no display block is specified, the seed is used as block.
# This may result in texture errors if the item can't be a block.
registerCrop(IItemStack seed, IItemStack[] drops,
                @Optional IIngredient soil, @Optional IBlock display);
 

No files available for download.

More from ung3froren

Storage Drawers KAPPA Addon
87,994
Infinitydune++
2,626

You Might Also Like

Ender Tweaker
EnderIO + CraftTweaker
9,574,671
PackMode
Simple Mod-pack Utility to allow switching between PackModes
9,024,946
Zen Summoning
Allows for custom mob summoning with CraftTweaker
7,912,007
FTB Tweaks
This is a very simple mod that introduces the concept of game modes. For want of a better description this allows you to set up multiple minetweaker profiles and switch between them on the fly (no server restart required) This gives you the ability to...
7,191,034
CraftTweaker GUI
Allows editing and managing edited recipes for CraftTweaker
98,064
Fluid Interaction Tweaker
This is a CraftTweaker/GroovyScript addon that enables you to add more fluid interactions.
92,986