Botania icon indicating copy to clipboard operation
Botania copied to clipboard

Botania as dependancy

Open xanthian opened this issue 1 year ago • 4 comments

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

xanthian avatar Dec 02 '23 11:12 xanthian

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

Partonetrain avatar Dec 03 '23 03:12 Partonetrain

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

xanthian avatar Dec 09 '23 14:12 xanthian

This is very strange, can you share your project?

artemisSystem avatar Dec 30 '23 17:12 artemisSystem

https://github.com/xanthian/variant_bookshelves/tree/1.20.x

xanthian avatar Dec 30 '23 18:12 xanthian