Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
B

Botania

> 编程语言
Open source

A tech mod for Minecraft themed around the magic of nature and plant life.

1.5K stars0 likes0 views
WebsiteGitHub

About

A tech mod for Minecraft themed around the magic of nature and plant life.

Welcome to the Botania repository.

Botania is a Minecraft tech mod themed around natural magic. It's inspired by other magic mods, such as Thaumcraft or Blood Magic.

Botania is licensed under the Botania License

For information on contributing, please read CONTRIBUTING.md.

Maven info

Maven artifacts are located here, each folder representing a version.

Note: As of 1.16, intermediate (non-release) Maven builds are no longer persisted. That is, you must either depend on a released version of Botania, e.g. 1.16.2-407, or specifically opt in to the bleeding-edge build of the next version. For example, 1.16.2-408-SNAPSHOT would be the current bleeding edge version of future version 1.16.2-408.

Note that -SNAPSHOT versions can be broken from time to time, and you are strongly discouraged from using them unless you are helping dogfood, test, or contribute to Botania. They may also be pruned from time to time to save disk space on the server. Do not rely on -SNAPSHOT versions for anything important!

In Forge, add the following to your build.gradle

repositories {
    maven { url 'https://maven.blamejared.com' }
}

dependencies {
    // 1.14+
    compileOnly fg.deobf("vazkii.botania:Botania:[VERSION]:api")
    runtimeOnly fg.deobf("vazkii.botania:Botania:[VERSION]")
}

Mixin Troubleshooting

Read this if you get crashes when depending on Botania and trying to launch in-dev. Botania uses Mixins to implement various features. This may cause issues when depending on Botania in-dev, since ForgeGradle/MixinGradle do not yet properly support this in-dev like Fabric does. As a workaround, disable refmaps by defining the mixin.env.disableRefMap JVM argument to true.

GitHub Issues· 87 open

View all on GitHub
  • #4691

    Recent GoG changes in changelog aren't reflected in newest GoG release

    investigateconfirmedUpdated Aug 28, 2026
  • #3147

    [Feature Req] Allow petals to go in the Flower Bag

    confirmedafter-1.21-portUpdated Aug 24, 2026
  • #4928

    Catalyst overlay in fabulous pool renders in weird way

    buginvestigate1.21.1Updated Jul 12, 2026
  • #4927

    Items in Petal Apothecary are not alwas visible

    buginvestigate1.21.1Updated Jul 12, 2026
  • #4709

    There are no smooth/bricks versions of Botania's quartz variants

    misc-todoenhancement1.21.1Updated Jul 12, 2026
  • #4902

    Worldshaper's Sextant slight jank

    investigateenhancement1.21.1Updated Jul 12, 2026
  • #4864

    Mana blaster with bore lens lets you break blocks in adventure mode

    bugconfirmed1.20.1after-1.21-portUpdated Jul 4, 2026
  • #4414

    Flugel Tiara's bar overrides Tough As Nails' water bar in hotbar

    confirmedUpdated Jun 10, 2026
  • #4700

    French translation file (fr_fr.json) needs updates

    misc-todohelp-wantedUpdated Jun 2, 2026
  • #4995

    Import the Quark team's new AI policy

    misc-todoUpdated May 26, 2026

Highlights

  • •Java
  • •hacktoberfest
  • •java
  • •minecraft

> Tags

Javahacktoberfestjavaminecraft

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言