All versions
0.1.0
Alpha
Botania BTW (Unofficial)-0.1.0+BTW_3.0.24 months ago 19
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client and server
Required content
Changes
General
- Re-implement the item durability hooks, so mana items will have durability based on the mana they contain
- Implement a specific render hook for other entities holding the vitreous pickaxe
- Implement the GOG sky renderer
- Implement Baubles keybind
Fixes
- The config not properly being loaded
- Solid vines not being climbable
- Mana bottle placed full water blocks, and could cause a NPE
- Somehow I forgot the Minecraft Forge License
- Corporea request keybind now works once per key press
- Fix constant openGL errors in the lexica botania
- NPE with horn of the canopy
- Many recipes used the "old" item instead of the BTW version
- Red string
- Fel Pumpkin
- Jump boost brew
- Rune of Spring
- Crop transmutation
- Many decorative blocks
Balancing
- Reduce price of the flower pouch to use substantially less wool
- Most things that were previously using wool blocks now use knit or unnknit wool items
- Remove the wool → string recipe
- Make the spectrolus use unnknit wool instead of wool blocks (was prohibitively expensive lol)
API
- Implement the mod IMC event for items that should be blacklisted from being picked up by the magnet
- See IMCHandler for more info on how to implement this.
- It needs to be done sometime in the initialization phase.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:u2eUjHq5:5QH0xFi1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u2eUjHq5:5QH0xFi1"
}![[BTW Addon] Botania: Better than Wolves Edition (Unnoficial)](https://cdn.modrinth.com/data/u2eUjHq5/e66d5d62bd4ea41ed5b1003fb8ac7e259796ff2d_96.webp)



