You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had set an invalid version in development, something like development+202401010000-1.20.1, which failed to parse and then subsequently made it appear as if neoforge was missing entirely.
changing my dev version scheme to 1.20.1-development+202401010000 fixed this.
Yes, there was a message about my version failing to parse higher up, but this "missing javafml" error should not appear nonetheless.
tested on: 1.20.1-47.1.85
The text was updated successfully, but these errors were encountered:
…eplacement manifests are to be used (#65)
The most common use of JarContentBuilder is:
```java
new JarContentsBuilder().paths(path).build()
```
This allows:
```java
JarContents.of(path)
or
paths.map(JarContents::of)
```
I had set an invalid version in development, something like
development+202401010000-1.20.1
, which failed to parse and then subsequently made it appear as if neoforge was missing entirely.changing my dev version scheme to
1.20.1-development+202401010000
fixed this.Yes, there was a message about my version failing to parse higher up, but this "missing javafml" error should not appear nonetheless.
tested on:
1.20.1-47.1.85
The text was updated successfully, but these errors were encountered: