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
Just wanted to try neoforge on the 24w14potato snapshot for the funny, it doesn't seem to recognize the version. 24w14a works fine, but putting in this using branch port/24w14a as a base
minecraft_version=24w14potato
neoform_version=20240402.092655
# on snapshot versions, used to prefix the version
neoforge_snapshot_next_stable=20.5
instead of this
minecraft_version=24w14a
neoform_version=20240404.210202
# on snapshot versions, used to prefix the version
neoforge_snapshot_next_stable=20.5
causes an error
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\****\NeoForge\projects\neoforge\build.gradle' line: 242
* What went wrong:
A problem occurred configuring project ':neoforge'.
> Could not create task ':neoforge:userdevJar'.
> Could not create task ':neoforge:bakePatches'.
> For input string: "24w14potato"
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 3s
and I feel like this has something to do with neogradle not liking there being more than one character after the 24w14 or that I just configured this wrong, however the only thing I'm changing is the mc and neoform versions. NeoForm works fine so I suspect this has something to do with how I configured this.
The text was updated successfully, but these errors were encountered:
SolDev69
changed the title
24w14potato unable to be parsed by neogradle correctly
24w14potato unable to be parsed by neogradle
Oct 8, 2024
Just wanted to try neoforge on the 24w14potato snapshot for the funny, it doesn't seem to recognize the version. 24w14a works fine, but putting in this using branch port/24w14a as a base
instead of this
causes an error
and I feel like this has something to do with neogradle not liking there being more than one character after the 24w14 or that I just configured this wrong, however the only thing I'm changing is the mc and neoform versions. NeoForm works fine so I suspect this has something to do with how I configured this.
The text was updated successfully, but these errors were encountered: