Ayfri / Kore

A Kotlin library to generate Datapacks for Minecraft Java.
https://kore.ayfri.com
GNU General Public License v3.0
79 stars 4 forks source link

[BUG] New version seem to broke everything.. #103

Closed pe3ep closed 3 weeks ago

pe3ep commented 3 weeks ago

Library version

1.15.1-1.21.1

What module does this bug apply to?

DSL

What happened?

image After updating, datapack function doesn't work. Rolling back on 1.15.0 fixes it image

How can we reproduce this issue?

  1. Create a new project
  2. Add the latest Kore version as dependency
  3. Try creating a main datapack function, as in the Kore Template

Extra information

really odd bug, I hope you can replicate it and its not just on my machine!

My issue is not duplicated

Ayfri commented 3 weeks ago

Very weird issue, have you tried restarting Intellij ? Or even reload the cache of Intellij ?

pe3ep commented 3 weeks ago

Restarting IDE didnt fix the issue, but invalidating the cache did. Sorry for creating the issue, and thank you for helping me fix it!

Ayfri commented 2 weeks ago

Haha that's a common issue with JetBrains IDEs.