Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
id 'java'
id 'fabric-loom' version '0.4-SNAPSHOT'
id 'fabric-loom' version '0.5-SNAPSHOT'
id 'maven-publish'
}

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

group = 'org.example'
version = '1.1.1'
group = 'net.heyzeer0'
version = '1.1.2'
archivesBaseName = 'ShieldDisruptor'

dependencies {
Expand Down
20 changes: 15 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
org.gradle.jvmargs = -Xmx1G
org.gradle.jvmargs=-Xmx1G

minecraft_version = 1.16.3
yarn_mappings = 1.16.3+build.7
loader_version = 0.9.3+build.207
fabric_version= 0.20.2+build.402-1.16
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.1
loader_version=0.11.0

# Mod Properties
mod_version = 1.1.2
maven_group = net.heyzeer0
archives_base_name = shieldisruptor

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.29.3+1.16
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.3",
"minecraft": ">=1.16.3",
"autoconfig1u": "*",
"cloth-config2": "*"
},
Expand Down