mirror of
https://github.com/lukasabbe/Paste-book-text.git
synced 2026-04-30 10:50:54 +00:00
26.1 version
This commit is contained in:
+3
-4
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version '1.15-SNAPSHOT'
|
id 'net.fabricmc.fabric-loom' version '1.15-SNAPSHOT'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id "com.modrinth.minotaur" version "2.+"
|
id "com.modrinth.minotaur" version "2.+"
|
||||||
}
|
}
|
||||||
@@ -23,8 +23,7 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
// To change the versions see the gradle.properties file
|
// To change the versions see the gradle.properties file
|
||||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||||
mappings loom.officialMojangMappings()
|
implementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,7 +74,7 @@ modrinth {
|
|||||||
projectId = "zitKUUW9" // https://modrinth.com/mod/not-enough-pages
|
projectId = "zitKUUW9" // https://modrinth.com/mod/not-enough-pages
|
||||||
version = project.mod_version
|
version = project.mod_version
|
||||||
versionType = project.versionType
|
versionType = project.versionType
|
||||||
uploadFile = remapJar
|
uploadFile = jar
|
||||||
gameVersions = [project.minecraft_version]
|
gameVersions = [project.minecraft_version]
|
||||||
loaders = ["fabric"]
|
loaders = ["fabric"]
|
||||||
}
|
}
|
||||||
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.21.11
|
minecraft_version=26.1
|
||||||
loader_version=0.18.4
|
loader_version=0.18.4
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=2.0+1.21.1
|
mod_version=2.0+26.1
|
||||||
versionType=beta
|
versionType=beta
|
||||||
maven_group=com.lukasabbe
|
maven_group=com.lukasabbe
|
||||||
archives_base_name=NotEnoughPages
|
archives_base_name=NotEnoughPages
|
||||||
|
|||||||
Reference in New Issue
Block a user