mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Update to 1.12.2
This commit is contained in:
parent
486f787db3
commit
056c0d8baa
3 changed files with 8 additions and 7 deletions
|
@ -12,7 +12,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
|
||||
classpath 'org.spongepowered:mixingradle:0.5-SNAPSHOT'
|
||||
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,15 +20,15 @@ apply plugin: 'net.minecraftforge.gradle.liteloader'
|
|||
apply plugin: 'org.spongepowered.mixin'
|
||||
|
||||
group = 'com.minelittlepony'
|
||||
version = '1.12.1.0-pre'
|
||||
version = '1.12.2.1'
|
||||
description = 'Mine Little Pony'
|
||||
|
||||
targetCompatibility = 1.8
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
minecraft {
|
||||
version = "1.12.1"
|
||||
mappings = 'snapshot_20170805'
|
||||
version = "1.12.2"
|
||||
mappings = 'snapshot_20170919'
|
||||
runDir = 'run'
|
||||
replace '@VERSION@', project.version
|
||||
}
|
||||
|
@ -45,6 +45,7 @@ sourceSets {
|
|||
}
|
||||
|
||||
litemod.json {
|
||||
mcversion = '1.12.r2'
|
||||
author = 'Verdana, Rene_Z, Mumfrey, Killjoy1221'
|
||||
description = 'Mine Little Pony turns players and mobs into ponies'
|
||||
description.minelittlepony = '''\
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#Build Number for ANT. Do not edit!
|
||||
#Tue Aug 08 16:48:56 EDT 2017
|
||||
build.number=469
|
||||
#Fri Oct 06 13:17:50 EDT 2017
|
||||
build.number=488
|
||||
|
|
|
@ -632,7 +632,7 @@ public class GuiSkins extends GuiScreen {
|
|||
|
||||
RenderManager rm = Minecraft.getMinecraft().getRenderManager();
|
||||
rm.playerViewY = 180.0F;
|
||||
rm.doRenderEntity(thePlayer, 0, 0, 0, 0, 1, false);
|
||||
rm.renderEntity(thePlayer, 0, 0, 0, 0, 1, false);
|
||||
|
||||
popMatrix();
|
||||
RenderHelper.disableStandardItemLighting();
|
||||
|
|
Loading…
Reference in a new issue