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

[Wurst-Bot] Update to 1.19.3-rc1

This commit is contained in:
Alexander01998 2022-12-01 16:38:49 +01:00
parent d522bebb15
commit ddeef77c53
3 changed files with 6 additions and 6 deletions

View File

@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=1.19.3-pre3
yarn_mappings=1.19.3-pre3+build.1
loader_version=0.14.10
minecraft_version=1.19.3-rc1
yarn_mappings=1.19.3-rc1+build.1
loader_version=0.14.11
#Fabric api
fabric_version=0.68.0+1.19.3
# Mod Properties
mod_version = v7.30-MC1.19.3-pre3
mod_version = v7.30-MC1.19.3-rc1
maven_group = net.wurstclient
archives_base_name = Wurst-Client

View File

@ -57,7 +57,7 @@ public enum WurstClient
public static IMinecraftClient IMC;
public static final String VERSION = "7.30";
public static final String MC_VERSION = "1.19.3-pre3";
public static final String MC_VERSION = "1.19.3-rc1";
private WurstAnalytics analytics;
private EventManager eventManager;

View File

@ -277,7 +277,7 @@ public final class NavigatorFeatureScreen extends NavigatorScreen
if(activeButton != null)
{
client.getSoundManager().play(PositionedSoundInstance
.method_47978(SoundEvents.UI_BUTTON_CLICK, 1));
.master(SoundEvents.UI_BUTTON_CLICK, 1));
activeButton.press();
WurstClient.INSTANCE.getNavigator()
.addPreference(feature.getName());