Niklas Widmann

Results 103 comments of Niklas Widmann

Can be resolved by adding the following to the `build.gradle.kts`: ```kotlin allprojects { tasks.compileJava.configure { doFirst { options.compilerArgs.replaceAll { it: Any -> it.toString() } } } } ```

@OracularSpy btw if you want to use dye depot with create, I have a [compat mod](https://github.com/PssbleTrngle/DyeTheWorld) adding blocks for them

Has been resolved in dev and will be fixed in the next release

Looks to be the same exception as in #166, although in both cases I would not know how slice & dice could cause it, since it does nothing with commands...

you are probably using the [deprecated version](https://www.curseforge.com/minecraft/mc-mods/farmers-delight-fabric) instead of the [new one](https://www.curseforge.com/minecraft/mc-mods/farmers-delight-refabricated)

why are you using the refabricated version on forge? There is a forge version of farmers delight

Could you post the entire log content?

I was not aware that the `#minecraft:axes` tag was only added in 1.20, should be fixed in the next version for 1.19 too

Do you have serene seasons installed?