how fix it? #7

Closed
opened 2024-08-14 13:37:17 +02:00 by AdamCalculator · 1 comment

image

![image](/attachments/20d2ea11-2f11-4b35-ad5b-e1d2a98bde38)
Owner

The message suggests you are trying to use the library with a game version not yet using Java 21 (aka older than 1.20.6).
The module you are using was added in 3.17.0 which requires MC 1.21, so using an older version won't help you.
It's probably best if you implement a separate code path not using libjf-resource-pack-entry-widgets for whichever older version you are trying to support.

The message suggests you are trying to use the library with a game version not yet using Java 21 (aka older than 1.20.6). The module you are using was added in 3.17.0 which requires MC 1.21, so using an older version won't help you. It's probably best if you implement a separate code path not using libjf-resource-pack-entry-widgets for whichever older version you are trying to support.
Comment
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JfMods/LibJF#7
No description provided.