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
using a setup similar to the fabric example mod, did as instructed; getting this:
What went wrong:
Plugin [id: 'fabric-loom', version: '87b10e9'] was not found in any of the following sources:
- Gradle Core Plugins (not a core plugin, please see https://docs.gradle.org/4.10.3/userguide/standard_plugins.html for available core plugins)
- Plugin Repositories (could not resolve plugin artifact 'fabric-loom:fabric-loom.gradle.plugin:87b10e9')
Searched in the following repositories:
BintrayJCenter
Forge(https://files.minecraftforge.net/maven/)
Jitpack(https://jitpack.io/)
Fabric(https://maven.fabricmc.net/)
Gradle Central Plugin Repository
The text was updated successfully, but these errors were encountered:
Hmmm, appears that Jitpack only hosts the compiled jar not the Gradle plugin metadata. Might not be possible to use the new way of specifying plugins until there's a proper maveny place to host everything.
using a setup similar to the fabric example mod, did as instructed; getting this:
The text was updated successfully, but these errors were encountered: