⁠
rednesto: Update Forge templates for FG6 & 1.20
Also fix velocity BuildConstants being put in the wrong directory
Also fix velocity BuildConstants being put in the wrong directory
- pluginManagement {
- repositories {
- gradlePluginPortal()
- maven { url = 'https://maven.minecraftforge.net/' }
- }
- }
-
- rootProject.name = '${ARTIFACT_ID}'
- pluginManagement {
- repositories {
- gradlePluginPortal()
- maven {
- name = 'MinecraftForge'
- url = 'https://maven.minecraftforge.net/'
- }
- }
- }
-
- plugins {
- id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
- }
-
- rootProject.name = '${ARTIFACT_ID}'