Botania

Botania

133M Downloads

Botania as dependancy

xanthian opened this issue ยท 4 comments

commented

Mod Loader

Fabric

Minecraft Version

1.20.1

Botania version

1.20.1-441

Modloader version

Fabric 0.14.25

Modpack info

No response

The latest.log file

na

Issue description

Hi,

I'm trying to depend on Botania 1.20.1-441 (Fabric)
after adding to gradle I get the following error when trying to rundatagen or client

Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method isSpecialFlower(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V in botania_xplat.mixins.json:BeeMixin from mod botania failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap botania.refmap.json

I saw the Mixin entry on the Git page, but that only mentions forge

Steps to reproduce

add modRuntimeOnly("maven.modrinth:pfjLUfGv:XiOSfzIW") to build.gradle
try runClient or runDatagen

Other information

No response

commented

Try modImplementation "vazkii.botania:Botania-xplat:${project.botania_version}"?
(you will need to define botania_version in gradle.properties)

commented

Ok, so its no longer crashing, but the mod does not load when running client or datagen.
I can see the source in my list
image

However, nothing loads..
image

commented

This is very strange, can you share your project?