Skip to content

Commit

Permalink
1.0.4.5 Update:
Browse files Browse the repository at this point in the history
-Changed dependency from 1.15.1 to 1.15.2...
-Changed forge dependency from 30 to 31
  • Loading branch information
Codename Revy committed Feb 5, 2020
1 parent 2baee2c commit 796414c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'idea'
apply plugin: 'maven-publish'

version = '1.0.4.4'
version = '1.0.4.5'
group = 'com.codenamerevy.magicmirror'
archivesBaseName = 'magicmirror'

sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.

minecraft {
//Mappings Version
mappings channel: 'snapshot', version: '20200128-1.15.1'
mappings channel: 'snapshot', version: '20200205-1.15.1'
runs {
client {
workingDirectory project.file('run')
Expand Down Expand Up @@ -76,7 +76,7 @@ minecraft {

dependencies {
// Forge version
minecraft 'net.minecraftforge:forge:1.15.2-31.0.1'
minecraft 'net.minecraftforge:forge:1.15.2-31.1.0'
}

// Manifest for reading by the runtime..
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[30,)"
loaderVersion="[31,)"
issueTrackerURL="https://github.com/CodenameRevy/MagicMirrors/issues"

[[mods]]
Expand All @@ -8,7 +8,7 @@ version="${file.jarVersion}"
displayName="Magic Mirrors"
displayURL="https://github.com/CodenameRevy/MagicMirrors"
logoFile="logo.png"
credits="MichaelLimaRodrigues"
credits="CodenameRevy, MichaelLimaRodrigues"
authors="CodenameRevy"
description='''
Magic Mirror mod adds several new items that are used to teleport you to your bed location almost instantly!
Expand All @@ -17,13 +17,13 @@ Magic Mirror mod adds several new items that are used to teleport you to your be
[[dependencies.magicmirror]]
modId="forge"
mandatory=true
versionRange="[30,)"
versionRange="[31,)"
ordering="NONE"
side="BOTH"

[[dependencies.magicmirror]]
modId="minecraft"
mandatory=true
versionRange="[1.15.1]"
versionRange="[1.15.2]"
ordering="NONE"
side="BOTH"

0 comments on commit 796414c

Please sign in to comment.