0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Update to 20w19a

This commit is contained in:
Alexander01998 2020-05-06 20:55:13 +02:00
parent 10810d89f8
commit c613571136
6 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.6-SNAPSHOT'
id 'fabric-loom' version '0.2.7-SNAPSHOT'
id 'maven-publish'
}

View File

@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=20w18a
yarn_mappings=20w18a+build.1
minecraft_version=20w19a
yarn_mappings=20w19a+build.1
loader_version=0.8.2+build.194
#Fabric api
fabric_version=0.7.1+build.331-1.16
fabric_version=0.10.5+build.341-1.16
# Mod Properties
mod_version = v7.1.2-MC20w18a
mod_version = v7.1.2-MC20w19a
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -58,7 +58,7 @@ public enum WurstClient
public static final IMinecraftClient IMC = (IMinecraftClient)MC;
public static final String VERSION = "7.1.2";
public static final String MC_VERSION = "20w18a";
public static final String MC_VERSION = "20w19a";
private WurstAnalytics analytics;
private EventManager eventManager;

View File

@ -145,7 +145,7 @@ public class ClientPlayNetworkHandlerMixin implements ClientPlayPacketListener
@Shadow
@Override
public void onBlockAction(BlockActionS2CPacket var1)
public void onBlockEvent(BlockEventS2CPacket var1)
{
}

View File

@ -90,7 +90,7 @@ public abstract class EntityRendererMixin<T extends Entity>
int k = (int)(g * 255.0F) << 24;
TextRenderer textRenderer = this.getFontRenderer();
float h = -textRenderer.getWidth(text) / 2;
float h = -textRenderer.getStringWidth(text) / 2;
textRenderer.draw(text, h, j, 553648127, false, matrix4f,
vertexConsumerProvider, bl, k, i);

View File

@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*",
"minecraft": ">=1.16-alpha.20.18.a"
"minecraft": ">=1.16-alpha.20.19.a"
},
"suggests": {
"flamingo": "*"