Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Update to 1.16 snapshot 20w13a
Browse files Browse the repository at this point in the history
Updated to 20w13a with migrated mappings and a Satin update
  • Loading branch information
DaveyL2013 authored Apr 3, 2020
1 parent 59f6b9d commit 1c0d135
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 23 deletions.
22 changes: 10 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.5-SNAPSHOT'
id 'fabric-loom' version '0.2.6-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -28,18 +28,16 @@ repositories {
}

dependencies {
//to change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:1.15"
mappings "net.fabricmc:yarn:1.15+build.1"
modCompile "net.fabricmc:fabric-loader:0.7.2+build.174"
minecraft "com.mojang:minecraft:20w13a"
mappings "net.fabricmc:yarn:20w13a+build.6:v2"
modImplementation "net.fabricmc:fabric-loader:0.7.9+build.190"

//Fabric api
modImplementation "net.fabricmc.fabric-api:fabric-api:0.5.6+build.313-1.16"

// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc.fabric-api:fabric-api:0.4.23+build.276-1.15"
modImplementation "com.github.Ladysnake:Satin:${satin_version}"
include "com.github.Ladysnake:Satin:${satin_version}"

// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
//Satin Library
modImplementation 'com.github.DaveyL2013:Satin:1.5.0-SNAPSHOT'
include 'com.github.DaveyL2013:Satin:1.5.0-SNAPSHOT'
}

processResources {
Expand Down
16 changes: 7 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@ org.gradle.jvmargs=-Xmx6G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.15
yarn_mappings=1.15+build.1
loader_version=0.7.2+build.174
minecraft_version=20w13a
yarn_mappings=20w13a+build.6
loader_version=0.7.9+build.190

# Mod Properties
mod_version = 1.1.1
maven_group = net.secrets.no.more
archives_base_name = secrets-no-more
mod_version=1.2.0
maven_group=net.secrets.no.more
archives_base_name=secrets-no-more

# 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.4.23+build.276-1.15
satin_version = 1.15-SNAPSHOT

fabric_version=0.5.6+build.313-1.16
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"depends": {
"fabricloader": ">=0.7.2",
"fabric": "*",
"minecraft": ">=1.15"
"minecraft": ">=1.16-alpha.20.13.a"
},
"suggests": {
"flamingo": "*"
}
}
}

0 comments on commit 1c0d135

Please sign in to comment.