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 {
|
||||
id 'fabric-loom' version '1.15-SNAPSHOT'
|
||||
id 'net.fabricmc.fabric-loom' version '1.15-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
id "com.modrinth.minotaur" version "2.+"
|
||||
}
|
||||
@@ -23,8 +23,7 @@ repositories {
|
||||
dependencies {
|
||||
// To change the versions see the gradle.properties file
|
||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||
mappings loom.officialMojangMappings()
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
implementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
|
||||
}
|
||||
|
||||
@@ -75,7 +74,7 @@ modrinth {
|
||||
projectId = "zitKUUW9" // https://modrinth.com/mod/not-enough-pages
|
||||
version = project.mod_version
|
||||
versionType = project.versionType
|
||||
uploadFile = remapJar
|
||||
uploadFile = jar
|
||||
gameVersions = [project.minecraft_version]
|
||||
loaders = ["fabric"]
|
||||
}
|
||||
+2
-2
@@ -2,10 +2,10 @@
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
minecraft_version=1.21.11
|
||||
minecraft_version=26.1
|
||||
loader_version=0.18.4
|
||||
# Mod Properties
|
||||
mod_version=2.0+1.21.1
|
||||
mod_version=2.0+26.1
|
||||
versionType=beta
|
||||
maven_group=com.lukasabbe
|
||||
archives_base_name=NotEnoughPages
|
||||
|
||||
Reference in New Issue
Block a user