update and add TOP

This commit is contained in:
Robin 2024-06-25 18:37:37 +02:00
parent 0ec246891b
commit 33b98200b3
2 changed files with 16 additions and 12 deletions

View File

@ -6,7 +6,7 @@ plugins {
idea idea
`maven-publish` `maven-publish`
id("io.freefair.lombok") version "8.6" id("io.freefair.lombok") version "8.6"
id ("net.neoforged.gradle.userdev") version ("7.0.143") id ("net.neoforged.gradle.userdev") version ("7.0.150")
} }
val minecraftVersion: String by project val minecraftVersion: String by project
@ -38,10 +38,17 @@ repositories {
} }
maven { maven {
url = URI.create("https://maven.blamejared.com") url = URI.create("https://maven.blamejared.com")
name = "BlameJared"
} }
maven { url = URI.create("https://maven.shedaniel.me/") } maven {
maven { url = URI.create("https://maven.architectury.dev/") } url = URI.create("https://maven.shedaniel.me/")
name = "Shedaniel"
}
maven {
url = URI.create("https://maven.architectury.dev/")
name = "Architectury"
}
} }
base { base {
@ -155,9 +162,7 @@ dependencies {
// For all intends and purposes: You can treat this dependency as if it is a normal library you would use. // For all intends and purposes: You can treat this dependency as if it is a normal library you would use.
implementation ("net.neoforged:neoforge:${neoVersion}") implementation ("net.neoforged:neoforge:${neoVersion}")
// Wait until 1.20.6 has a stable neoforge version, so that all mods should work when updated implementation("mcjty.theoneprobe:theoneprobe:${topVersion}")
// implementation("mcjty.theoneprobe:theoneprobe:${topVersion}")
//
// runtimeOnly("me.shedaniel:RoughlyEnoughItems-neoforge:${reiVersion}") // runtimeOnly("me.shedaniel:RoughlyEnoughItems-neoforge:${reiVersion}")
// compileOnly("me.shedaniel:RoughlyEnoughItems-api-neoforge:${reiVersion}") // compileOnly("me.shedaniel:RoughlyEnoughItems-api-neoforge:${reiVersion}")
// compileOnly("me.shedaniel:RoughlyEnoughItems-default-plugin-neoforge:${reiVersion}") // compileOnly("me.shedaniel:RoughlyEnoughItems-default-plugin-neoforge:${reiVersion}")

View File

@ -12,15 +12,14 @@ minecraftVersion=1.21.0
# as they do not follow standard versioning conventions. # as they do not follow standard versioning conventions.
minecraftVersionRange=[1.21.0,1.22) minecraftVersionRange=[1.21.0,1.22)
# The Neo version must agree with the Minecraft version to get a valid artifact # The Neo version must agree with the Minecraft version to get a valid artifact
neoVersion=21.0.10-beta neoVersion=21.0.37-beta
# The Neo version range can use any version of Neo as bounds # The Neo version range can use any version of Neo as bounds
neoVersionRange=[21,) neoVersionRange=[21,)
# The loader version range can only use the major version of FML as bounds # The loader version range can only use the major version of FML as bounds
loaderVersionRange=[2,) loaderVersionRange=[2,)
# TODO: Update to newer parchment version neogradle.subsystems.parchment.minecraftVersion=1.21
neogradle.subsystems.parchment.minecraftVersion=1.20.6 neogradle.subsystems.parchment.mappingsVersion=2024.06.23
neogradle.subsystems.parchment.mappingsVersion=2024.05.01
## Mod Properties ## Mod Properties
@ -45,5 +44,5 @@ modDescription=
# Dependencies # Dependencies
junitVersion=5.10.2 junitVersion=5.10.2
assertjVersion=3.25.1 assertjVersion=3.25.1
topVersion=1.20.5_neo-11.1.1-2 topVersion=1.21_neo-12.0.0-1
reiVersion=15.0.728 reiVersion=16.0.729