Skip to content

Commit

Permalink
Updated to 1.16-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
Haven-King committed Jun 6, 2020
1 parent e42c9d2 commit dcf4ae1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 43 deletions.
13 changes: 2 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.7-SNAPSHOT'
id 'fabric-loom' version '0.4-SNAPSHOT'
id 'maven-publish'
}

Expand All @@ -19,28 +19,19 @@ repositories {
name = "JitPack"
url = uri("https://jitpack.io")
}
maven {
name = "Ladysnake Libs"
url = 'https://dl.bintray.com/ladysnake/libs'
}
}

dependencies {
//to change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

modImplementation "com.github.NerdHubMC.Cardinal-Components-API:cardinal-components-base:${project.cardinal_version}"
modImplementation "com.github.NerdHubMC.Cardinal-Components-API:cardinal-components-chunk:${project.cardinal_version}"

compileOnly "com.google.code.findbugs:jsr305:3.0.2"

// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// Only used for testing, doesn't need to be included.
modImplementation "io.github.ladysnake:PlayerAbilityLib:${pal_version}"
}

processResources {
Expand Down
11 changes: 5 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
org.gradle.jvmargs=-Xmx4G

# Fabric Properties
minecraft_version=20w20b
yarn_mappings=20w20b+build.7:v2
loader_version=0.8.3+build.196
minecraft_version=1.16-pre2
yarn_mappings=1.16-pre2+build.2
loader_version=0.8.7+build.201

# Mod Properties
mod_version = 0.1.2
maven_group = dev.hephaestus
archives_base_name = FibLib

# Dependencies
fabric_version = 0.10.9+build.346-1.16
cardinal_version = 2.4.0-nightly.20w20a
pal_version = 1.1.0
fabric_version = 0.11.7+build.356-1.16
cardinal_version = 2.4.0-nightly.1.16-pre2

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/fiblib.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"blocks.ChunkMixin",
"blocks.PacketFibber",
"blocks.ServerChunkManagerMixin",
"blocks.ServerPlayerEntityMixin",
"blocks.ServerWorldMixin",
"blocks.packets.BlockUpdateFibber",
"blocks.packets.PlayerActionFibber",
Expand Down

0 comments on commit dcf4ae1

Please sign in to comment.