Skip to content

Commit

Permalink
1.4.7 Update:
Browse files Browse the repository at this point in the history
-Spanish translations by Sn4pe;
-Updated to latest Forge version and mappings.
  • Loading branch information
Codename Revy committed Feb 25, 2020
1 parent 04693d7 commit 3e8b9f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.4.6'
version = '1.4.7'
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: '20200208-1.15.1'
mappings channel: 'snapshot', version: '20200225-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.1.1'
minecraft 'net.minecraftforge:forge:1.15.2-31.1.16'
}

// Manifest for reading by the runtime..
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ displayURL="https://github.com/CodenameRevy/MagicMirrors"
logoFile="logo.png"
credits='''
CodenameRevy (Mod developer),
MichaelLimaRodrigues (Brazilian Portuguese translations)'''
MichaelLimaRodrigues (Brazilian Portuguese translations)
Sn4pe (Spanish translations)'''
authors="CodenameRevy"
description='''
Magic Mirror mod adds several new items that are used to teleport you to your bed location almost instantly!
Expand Down

0 comments on commit 3e8b9f1

Please sign in to comment.