Mystical Adaptations
Modby focamacho
Insanium Armor, Insanium Tools & more.
Type
Mod
CurseForge Downloads
7,253,963
CurseForge ID
325892
Last Updated
Apr 13, 2026
Description

This mod is an addon for Mystical Agriculture and Mystical Agradditions.
-> New Armor! Insanium Armor. Tier 6.
-> New Tools! Insanium Sword, Insanium Pickaxe, Insanium Shovel, Insanium Axe, Insanium Hoe, Insanium Watering Can, Insanium Paxel, Insanium Shears, Insanium Fishing Rod, Insanium Scythe, Insanium Sickle.
-> New Augments! Hungerless, Woodcutter, Mining AOE V, Strength IV, Absorption VI, Health Boost VI, Attack AOE IV, Tilling AOE V.
-> New Tile Entities! Insanium Furnace, Insanium Seed Reprocessor.
-> Mod Compat! Vampirism Compat -> Thirstless Augment, Daywalker Augment.
-> Images:

1.12.2:
Seed Extractor (needs to be enabled in the config file first) -> Seed Extractor is a new tool that allows you to collect seeds from blocks. Just right-click a block, the tool will consume it and drop a seed related to this block. Example: Use a Seed Extractor on a copper block, it will consume the block and drop a copper seed.
Obs: You can use the Seed Extractor to kill a mob too, and get a seed from it.
New Blocks (needs to be enabled in the config file first) -> Block of Nether Stars; Block of Silicon; Block of HOP Graphite
New Armor -> Insanium Armor
New Tools -> Insanium Axe; Insanium Bow; Insanium Fishing Rod; Insanium Hoe; Insanium Paxel; Insanium Pickaxe; Insanium Scythe; Insanium Shears; Insanium Shovel; Insanium Sickle; Insanium Sword; Insanium Watering Can; Insanium Arrow
New Food -> Insanium Apple
New TileEntities -> Insanium Furnace; Insanium Seed Reprocessor
Insanium Tinkers Construct Compat!
Each insanium item has a special ability(can be disabled in the config file):
- Insanium Pickaxe & Paxel: Instantly breaks obsidian.
- Insanium Shovel: Makes 3x3 Grass Paths
- Insanium Hoe: 5x5 Range
- Insanium Arrow: All other arrows effects + Levitation
- Insanium Shears: Doubles drops obtained from shearing entities
- Insanium Watering Can: 11x11 Range
- Insanium Fishing Rod: Catches fish faster than normal
- Insanium Axe: Breaks all Logs above the target block
- Insanium Scythe: 5x5 Range
- Insanium Sickle: 7x7x7 Range
- Insanium Apple: All other apple effects + Fire Resistance II
- Wearing a full set of Insanium Armor keeps your hunger bar always full
Default configs:
Default mysticaladaptations.cfg
# Configuration file
##########################################################################################################
# additional mechanics
#--------------------------------------------------------------------------------------------------------#
# Some additional mechanics available
##########################################################################################################
"additional mechanics" {
# Set whether Seed Extractors can be enchanted using books. [default: true]
B:ENCHANTABLE_EXTRACTOR=true
# If true, mobs will have a configurable chance of dropping a Experience Seeds when killed using a Seed Extractor. [default: true]
B:EXPERIENCE_SEEDS_DROP=true
# Set Experience Seeds drop chance. [range: 1 ~ 100, default: 10]
I:EXPERIENCE_SEEDS_DROP_CHANCE=10
# Consume 1 from the Seed Extractor Durability when a Experience Seed is dropped. [default: false]
B:EXPERIENCE_SEEDS_DROP_DURABILITY=false
# Seed extractors can collect any seed, regardless of the tier. [default: false]
B:EXTRACTOR_ANY_TIER=false
# Seed Extractor of larger tiers can pick lower tier seeds. [default: true]
B:EXTRACTOR_LOWER_TIER=true
# Enable/Disable JEI Seed Extractor Compat. [default: true]
B:JEI_COMPAT=true
# Kill a mob using a Seed Extractor to get its seed. [default: true]
B:MOB_SEED_DROP=true
# Remove all default crafting table seed recipes from the mod Mystical Agradditions. Example: Netherstar Seeds, Dragon Egg Seeds... [default: true]
B:REMOVE_AGRADDITIONS_RECIPES=false
# Remove all default crafting table mobs seeds recipes. Example: Pig Seeds, Cow Seeds, Skeleton Seeds... [default: true]
B:REMOVE_MOBS_SEED_RECIPES=false
# Remove all default crafting table non-mob seeds recipes. Example: Copper Seeds, Iron Seeds, Aluminum Seeds... [default: true]
B:REMOVE_SEED_RECIPES=false
}
##########################################################################################################
# blocks
#--------------------------------------------------------------------------------------------------------#
# Enable/Disable Blocks
##########################################################################################################
blocks {
B:HOP_GRAPHITE_BLOCK=false
B:NETHERSTAR_BLOCK=false
B:SILICON_BLOCK=false
}
##########################################################################################################
# mystical agradditions
#--------------------------------------------------------------------------------------------------------#
# Cool things for Mystical Agradditions
##########################################################################################################
"mystical agradditions" {
# Enable the Insanium Armor [default: true]
B:INSANIUM_ARMOR=true
# Wearing a full set of a Insanium Armor keeps your hunger bar always full [default: true]
B:INSANIUM_ARMOR_HUNGERLESS=true
# Wearing a full set of a Insanium Armor gives saturation effect - Yeah, that's OP [default: false]
B:INSANIUM_ARMOR_SATURATION=false
# Insanium Axe breaks all log blocks above the target block [default: true]
B:INSANIUM_AXE_UP=true
# Enable the Insanium Furnace [default: true]
B:INSANIUM_FURNACE=true
# Insanium Fishing Rod catches fish faster than normal [default: true]
B:INSANIUM_LURE=true
# Insanium Pickaxe breaks obsidian instantly [default: true]
B:INSANIUM_PICKAXE_OBSIDIAN=true
# Enable the Insanium Seed Reprocessor [default: true]
B:INSANIUM_REPROCESSOR=true
# Insanium Shears doubles drops obtained from shearing entities. [default: true]
B:INSANIUM_SHEARS_DOUBLES=true
# Enable Insanium Tools [default: true]
B:INSANIUM_TOOLS=true
# Enable/Disable Tinker's Construct Insanium Compat [default: true]
B:TINKERS_INSANIUM=true
# Changes the Ultimate Furnace recipe to use a Insanium Furnace instead of a Supremium Furnace [default: true]
B:ULTIMATE_FURNACE_RECIPE=true
# Changes the Ultimate Seed Reprocessor recipe to use a Insanium Seed Reprocessor instead of a Supremium Seed Reprocessor [default: true]
B:ULTIMATE_REPROCESSOR_RECIPE=true
}
##########################################################################################################
# principal
#--------------------------------------------------------------------------------------------------------#
# Enable/Disable Principal Mechanics
##########################################################################################################
principal {
# Enable Seed Extractors [default: true]
B:ENABLE_SEED_EXTRACTOR=false
}
##########################################################################################################
# seed extractor durability
#--------------------------------------------------------------------------------------------------------#
# Set the durability of the Seed Extractors
##########################################################################################################
"seed extractor durability" {
# Inferium Seed Extractor Durability. [range: 1 ~ 2147483647, default: 15]
I:INFERIUM_DURABILITY=15
# Insanium Seed Extractor Durability. (Only if Mystical Agradditions is loaded) [range: 1 ~ 2147483647, default: 15]
I:INSANIUM_DURABILITY=15
# Intermedium Seed Extractor Durability. [range: 1 ~ 2147483647, default: 15]
I:INTERMEDIUM_DURABILITY=15
# Prudentium Seed Extractor Durability. [range: 1 ~ 2147483647, default: 15]
I:PRUDENTIUM_DURABILITY=15
# Superium Seed Extractor Durability. [range: 1 ~ 2147483647, default: 15]
I:SUPERIUM_DURABILITY=15
# Supremium Seed Extractor Durability. [range: 1 ~ 2147483647, default: 15]
I:SUPREMIUM_DURABILITY=15
}
Default mysticaladaptations_recipes.cfg
# Configuration file
##########################################################################################################
# recipes
#--------------------------------------------------------------------------------------------------------#
# Set which block or entity drops a seed when right-clicked/killed using a Seed Extractor
##########################################################################################################
recipes {
S:abyssalnite_seeds <
ore:blockAbyssalnite
>
S:adamantine_seeds <
ore:blockAdamantine
>
S:aluminum_brass_seeds <
ore:blockAlubrass
>
S:aluminum_seeds <
ore:blockAluminum
>
S:alumite_seeds <
ore:blockAlumite
>
S:amber_seeds <
biomesoplenty:gem_block:7
>
S:apatite_seeds <
ore:blockApatite
>
S:aquamarine_seeds <
astralsorcery:blockcustomsandore
>
S:aquarium_seeds <
ore:blockAquarium
>
S:ardite_seeds <
ore:blockArdite
>
S:awakened_draconium_seeds <
ore:blockDraconiumAwakened
>
S:basalt_seeds <
ore:stoneBasalt
>
S:basalz_seeds <
entity:thermalfoundation:basalz
>
S:black_quartz_seeds <
actuallyadditions:block_misc
actuallyadditions:block_misc:1
actuallyadditions:block_misc:2
>
S:blaze_seeds <
entity:minecraft:blaze
>
S:blitz_seeds <
entity:thermalfoundation:blitz
>
S:blizz_seeds <
entity:thermalfoundation:blizz
>
S:blue_topaz_seeds <
ore:blockBlueTopaz
>
S:boron_seeds <
ore:blockBoron
>
S:brass_seeds <
ore:blockBrass
>
S:bronze_seeds <
ore:blockBronze
>
S:certus_quartz_seeds <
appliedenergistics2:quartz_block
>
S:chicken_seeds <
entity:minecraft:chicken
>
S:chimerite_seeds <
ore:blockChimerite
>
S:chrome_seeds <
ore:blockChrome
>
S:coal_seeds <
ore:blockCoal
>
S:cobalt_seeds <
ore:blockCobalt
>
S:cold_iron_seeds <
ore:blockColdiron
>
S:compressed_iron_seeds <
ore:blockIronCompressed
>
S:conductive_iron_seeds <
ore:blockConductiveIron
>
S:constantan_seeds <
ore:blockConstantan
>
S:copper_seeds <
ore:blockCopper
>
S:coralium_seeds <
ore:blockLiquifiedCoralium
>
S:cow_seeds <
entity:minecraft:cow
>
S:creeper_seeds <
entity:minecraft:creeper
>
S:dark_gem_seeds <
evilcraft:dark_block
>
S:dark_steel_seeds <
ore:blockDarkSteel
>
S:dawnstone_seeds <
ore:blockDawnstone
>
S:desh_seeds <
ore:blockDesh
>
S:diamond_seeds <
ore:blockDiamond
>
S:dilithium_seeds <
ore:oreDilithium
>
S:dirt_seeds <
ore:dirt
>
S:draconium_seeds <
ore:blockDraconium
>
S:dragon_egg_seeds <
minecraft:dragon_egg
>
S:dreadium_seeds <
ore:blockDreadium
>
S:dye_seeds <
minecraft:yellow_flower
minecraft:red_flower
minecraft:red_flower:1
minecraft:red_flower:2
minecraft:red_flower:3
minecraft:red_flower:4
minecraft:red_flower:5
minecraft:red_flower:6
minecraft:red_flower:7
minecraft:red_flower:8
>
S:electrical_steel_seeds <
ore:blockElectricalSteel
>
S:electrotine_seeds <
ore:blockElectrotine
>
S:electrum_seeds <
ore:blockElectrum
>
S:elementium_seeds <
botania:storage:2
>
S:emerald_seeds <
ore:blockEmerald
>
S:end_seeds <
ore:endstone
>
S:end_steel_seeds <
ore:blockEndSteel
>
S:ender_amethyst_seeds <
biomesoplenty:gem_block
>
S:ender_biotite_seeds <
quark:biotite_block
>
S:enderium_seeds <
ore:blockEnderium
>
S:enderman_seeds <
entity:minecraft:enderman
>
S:energetic_alloy_seeds <
ore:blockEnergeticAlloy
>
S:experience_seeds <
>
S:fiery_ingot_seeds <
ore:blockFiery
>
S:fire_seeds <
minecraft:lava
>
S:fluix_seeds <
appliedenergistics2:fluix_block
>
S:fluxed_electrum_seeds <
ore:blockElectrumFlux
>
S:ghast_seeds <
entity:minecraft:ghast
>
S:glowstone_ingot_seeds <
ore:blockRefinedGlowstone
>
S:glowstone_seeds <
ore:glowstone
>
S:gold_seeds <
ore:blockGold
>
S:grains_of_infinity_seeds <
ore:compressed1xDustBedrock
>
S:graphite_seeds <
ore:blockGraphite
>
S:guardian_seeds <
entity:minecraft:guardian
>
S:hop_graphite_seeds <
ore:blockHOPGraphite
>
S:ice_seeds <
minecraft:snow
minecraft:ice
minecraft:packed_ice
>
S:invar_seeds <
ore:blockInvar
>
S:iridium_ore_seeds <
ore:oreIridium
>
S:iridium_seeds <
ore:blockIridium
>
S:iron_seeds <
ore:blockIron
>
S:ironwood_seeds <
twilightforest:block_storage
>
S:jade_seeds <
ore:blockJade
>
S:knightmetal_seeds <
ore:blockKnightmetal
>
S:knightslime_seeds <
ore:blockKnightslime
>
S:lapis_lazuli_seeds <
ore:blockLapis
>
S:lead_seeds <
ore:blockLead
>
S:limestone_seeds <
ore:stoneLimestone
>
S:lithium_seeds <
ore:blockLithium
>
S:lumium_seeds <
ore:blockLumium
>
S:magnesium_seeds <
ore:blockMagnesium
>
S:malachite_seeds <
biomesoplenty:gem_block:5
>
S:manasteel_seeds <
botania:storage
>
S:manyullyn_seeds <
ore:blockManyullyn
>
S:marble_seeds <
ore:stoneMarble
>
S:menril_seeds <
integrateddynamics:crystalized_menril_block
>
S:meteoric_iron_seeds <
galacticraftcore:basic_block_core:12
>
S:mithril_seeds <
ore:blockMithril
>
S:moonstone_seeds <
ore:blockMoonstone
>
S:mystical_flower_seeds <
botania:flower
botania:flower:1
botania:flower:2
botania:flower:3
botania:flower:4
botania:flower:5
botania:flower:6
botania:flower:7
botania:flower:8
botania:flower:9
botania:flower:10
botania:flower:11
botania:flower:12
botania:flower:13
botania:flower:14
botania:flower:15
>
S:nature_seeds <
minecraft:vine
minecraft:cactus
minecraft:reeds
minecraft:pumpkin
minecraft:melon_block
minecraft:waterlily
minecraft:tallgrass:1
minecraft:dye:3
minecraft:carrot
minecraft:potato
>
S:nether_quartz_seeds <
ore:blockQuartz
>
S:nether_seeds <
ore:netherrack
>
S:nether_star_seeds <
ore:blockNetherStar
>
S:neutronium_seeds <
ore:blockCosmicNeutronium
>
S:nickel_seeds <
ore:blockNickel
>
S:obsidian_seeds <
ore:obsidian
>
S:octine_seeds <
ore:blockOctine
>
S:osmium_seeds <
ore:blockOsmium
>
S:peridot_seeds <
ore:blockPeridot
>
S:pig_seeds <
entity:minecraft:pig
>
S:platinum_seeds <
ore:blockPlatinum
>
S:pulsating_iron_seeds <
ore:blockPulsatingIron
>
S:quartz_enriched_iron_seeds <
refinedstorage:quartz_enriched_iron_block
>
S:quicksilver_seeds <
thaumcraft:ore_cinnabar
>
S:rabbit_seeds <
entity:minecraft:rabbit
>
S:redstone_alloy_seeds <
ore:blockRedstoneAlloy
>
S:redstone_seeds <
ore:blockRedstone
>
S:refined_obsidian_seeds <
ore:blockRefinedObsidian
>
S:rock_crystal_seeds <
astralsorcery:blockcustomore
>
S:rubber_seeds <
ore:logRubber
ore:woodRubber
>
S:ruby_seeds <
ore:blockRuby
>
S:saltpeter_seeds <
>
S:sapphire_seeds <
ore:blockSapphire
>
S:sheep_seeds <
entity:minecraft:sheep
>
S:signalum_seeds <
ore:blockSignalum
>
S:silicon_seeds <
ore:blockSilicon
>
S:silver_seeds <
ore:blockSilver
>
S:skeleton_seeds <
entity:minecraft:skeleton
>
S:sky_stone_seeds <
appliedenergistics2:sky_stone_block
>
S:slate_seeds <
ore:slate
>
S:slime_seeds <
ore:blockSlime;entity:minecraft:slime
>
S:slimy_bone_seeds <
ore:blockBone
>
S:soularium_seeds <
ore:blockSoularium
>
S:spider_seeds <
entity:minecraft:spider
>
S:star_steel_seeds <
ore:blockStarsteel
>
S:starmetal_seeds <
ore:oreAstralStarmetal
>
S:steel_seeds <
ore:blockSteel
>
S:steeleaf_seeds <
ore:blockSteeleaf
>
S:stone_seeds <
ore:stone
>
S:sulfur_seeds <
>
S:sunstone_seeds <
ore:blockSunstone
>
S:syrmorite_seeds <
ore:blockSyrmorite
>
S:tanzanite_seeds <
biomesoplenty:gem_block:4
>
S:terrasteel_seeds <
botania:storage:1
>
S:thaumium_seeds <
ore:blockThaumium
>
S:thorium_seeds <
ore:blockThroium
>
S:tin_seeds <
ore:blockTin
>
S:titanium_seeds <
ore:blockTitanium
>
S:topaz_seeds <
biomesoplenty:gem_block:3
>
S:tritanium_seeds <
ore:blockTritanium
>
S:tungsten_seeds <
ore:blockTungsten
>
S:uranium_238_seeds <
ic2:resource:10
>
S:uranium_seeds <
ore:blockUranium
>
S:valonite_seeds <
ore:blockValonite
>
S:vibrant_alloy_seeds <
ore:blockVibrantAlloy
>
S:vinteum_seeds <
ore:blockVinteum
>
S:void_metal_seeds <
ore:blockVoid
>
S:water_seeds <
minecraft:water
>
S:wither_skeleton_seeds <
entity:minecraft:wither_skeleton
>
S:wood_seeds <
ore:logWood
>
S:yellorium_seeds <
ore:blockYellorium
>
S:zinc_seeds <
ore:blockZinc
>
S:zombie_seeds <
entity:minecraft:zombie
>
}
Similar Mods
Dynamic Surroundings
Alters the fabric of Minecraft experience by weaving a tapestry of sound and visual effects
BisectHosting Server Integration Menu [FORGE]
BisectHosting Server List Integration Menu for Modpacks [FORGE ONLY]
OpenBlocks
Random collection of blocks. Some of which aren't blocks at all.
OpenModsLib
Common base used by OpenBlocks and OpenPeripheral
Astral Sorcery
Magic mod that uses the power of stars and constellations
Aroma1997Core
This is a mod required by most of my other mods, so you should install it, if you want to run any other of my mods.