[1.7.2] Botania Mod Download

 

SCREENSHOTS

Botania-Mod-1.jpg
Pretty plains…

Botania-Mod-2.jpg

The Lexica Botania

Botania-Mod-3.jpg

A look at the Power System in action, creating water runes.

Botania-Mod-4.jpg

Various lenses you can put on your Mana Spreaders to change their behaviour.

Botania-Mod-5.jpg

The Heisei Dream, one of the flowers currently implemented, turns mobs against eachother.


Botania-Mod.jpg

Botania is a magic tech mod based on nature. It’s still being developed. This thread is based for discussion, so help yourself to some. It’s inspired by other magic mods, such as Thaumcraft or Blood Magic.

Introduction:

To get started in Botania, one needs to find magical flowers around the world, they spawn in one of 16 colors. These flowers can be made into petals, which are the main crafting material in the mod.

An ingame documentation book exists, in the form of the Lexica Botania. It tells you how the mod works. You can make it  by combining a book with any sapling.

Botania features a power system called Mana, which is a somewhat original power system, compared to most others out there. It’s a power system that requires aiming and time coordination, as the power does not go where you want automatically or instantaneously, for more info, see the following video:

The Mana can also be applied for other tasks, such as Runic Infusion (see video below), enchanting, repairing tools or powering magical artifacts.

Botania-Mod-Recipes.png

How to install:

  • Download and install Minecraft Forge.
  • Download the mod.
  • Go to %appdata%.
  • Go to .minecraft/mods folder.
  • Drag and drop the downloaded jar (zip) file into it.
  • If one does not exist you can create one.
  • Enjoy the mod.
 

Download links for other versions:

 

 

 

 

Videos:

3 Comments

  1. altabei mir gehtder mod net ich weis net ob ich alles rüber ziehen muss oder net kann einer mir helfen bitte

    Reply
    • leck eier du hurensohn

      Reply
  2. Whenever I try to use this mod, with this version, it crashes my game. Here is the crash report:
    —- Minecraft Crash Report —-
    // You’re mean.

    Time: 12/18/16 7:04 PM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: vazkii/botania/common/item/equipment/bauble/ItemTinyPlanet
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoClassDefFoundError: vazkii/botania/common/item/equipment/bauble/ItemTinyPlanet
    at vazkii.botania.common.core.proxy.CommonProxy.preInit(CommonProxy.java:61)
    at vazkii.botania.common.Botania.preInit(Botania.java:40)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
    … 10 more
    Caused by: java.lang.ClassNotFoundException: vazkii.botania.common.item.equipment.bauble.ItemTinyPlanet
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    … 38 more
    Caused by: java.lang.NoClassDefFoundError: vazkii/botania/common/item/equipment/bauble/ItemBauble
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    … 40 more
    Caused by: java.lang.ClassNotFoundException: vazkii.botania.common.item.equipment.bauble.ItemBauble
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    … 44 more

    A detailed walkthrough of the error, its code path and all known details is as follows:
    —————————————————————————————

    — System Details —
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 139287296 bytes (132 MB) / 378052608 bytes (360 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_U_D6 20 mods loaded, 20 mods active
    States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored
    UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCH Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCH nevermine{1.1.1} [Nevermine] (AdventOfAscensionV2.0.jar)
    UCH ArchimedesShips{1.7.10 v1.7.1} [Archimedes’ Ships] (Archimedes-Ships-Mod-1.7.10.jar)
    UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
    UCH BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
    UCE Botania{r1.1-74} [Botania] (Botania-Mod-1.7.10.jar)
    UCH craftguide{1.6.8.2} [CraftGuide] (CraftGuide-1.6.8.2-forge (1).jar)
    UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
    UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
    UCH props{1.12} [Decocraft] (Decocraft-v1.12_1.7.10.jar)
    UCH iChunUtil{4.0.0} [iChunUtil] (iChun-Util-Mod-1.7.10.jar)
    UCH journeymap{5.1.4} [JourneyMap] (journeymap-1.7.10-5.1.4-unlimited.jar)
    UCH minepainter{0.2.6} [MinePainter] (Mine-Painter-Mod-1.7.10.jar)
    UCH Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10.jar)
    UCH stillhungry{1.7.2-2.1.0} [Still Hungry!] (stillhungry-1.7.2-2.1.1.jar)
    UCH jordy141minecraftmagicwrench{0.5 Alpha} [Magic Wrench] (Uncrafting-Table-Mod-1.7.10.jar)
    UCH uncraftingTable{1.7.10 Alpha 1} [Uncrafting Table] (Uncrafting-Table-Mod-1.7.10.jar)
    UCH worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
    GL info: ‘ Vendor: ‘Intel’ Version: ‘4.0.0 – Build 10.18.10.3496’ Renderer: ‘Intel(R) HD Graphics’
    OptiFine Version: OptiFine_1.7.10_HD_U_D6
    Render Distance Chunks: 12
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    OpenGlVersion: 4.0.0 – Build 10.18.10.3496
    OpenGlRenderer: Intel(R) HD Graphics
    OpenGlVendor: Intel
    CpuCount: 4

    Reply

LEAVE A REPLY

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Lost Password