Description
Blocks, items and CraftTweaker bindings to bring the desert to life.
Spawn Box
Spawns predefined mobs when approached by the player.
Unlike a mob spawner the box destroys itself after spawning the mobs. The box cannot be broken.
Number, Type of Mob and Range of the box can be customized by changing the tile entity NBT data.
Use CarftTweaker to add new box types.
Garden Cloche
Added Bindings for CraftTweaker:
registerItemFertilizer(IIngredient fertilizer, float multiplier);
registerFluidFertilizer(ILiquidStack fluid, float multiplier);
registerCrop(IItemStack seed, IItemStack[] drops, @Optional IIngredient soil, @Optional IBlock display);


