Description
GeOre: Additions
This Mod adds new features for budding blocks like amethyst.
Features:
- Budding Harvester: When You Use The Tool To break Any Budding Block It Will Drop As An Item.
- Geode Extractor: Place Under A Budding Block To Produce 1 Shard Every 30 Seconds.
Upcoming Features:
- Geode Extractor Tiers: Iron/Gold/Diamond/etc... Each Tier Being Better.
Compatability:
- Minecraft: Budding Amethyst
- GeOre: All Budding GeOre Blocks
- Applied Energistics 2: Budding Certus
- Extended AE: Budding Entroized Fluix
Custom Recipes:
{
"type": "geore_additions:geode_extracting",
"ingredients": [
{
"item": "minecraft:budding_amethyst" //Budding Block
},
{
"tag": "geore_additions:geode_extractors/non_creative" //This Should Never Change!
}
],
"output": {
"id": "minecraft:amethyst_shard", //Item Output
"count": 1
}
}


