fix: NeoForge 21.1.235 API - ModConfigSpec, EventBusSubscriber, ResourceLocation.fromNamespaceAndPath, DynamicTexture

This commit is contained in:
SashegDev
2026-08-24 03:23:12 +03:00
parent 6021a7c60b
commit 2b4cd71f3f
11 changed files with 177 additions and 160 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = "https://maven.neoforged.net/releases" }
maven { url = 'https://maven.neoforged.net/releases' }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}