1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-26 09:54:49 +00:00

Bump mappings and Forge versions

Things are shaping up nicely!
This commit is contained in:
SquidDev
2019-06-09 08:58:49 +01:00
parent 39a9ad0ce7
commit 15d4a55cd8
29 changed files with 147 additions and 127 deletions

View File

@@ -83,6 +83,6 @@ public class PlayRecordClientMessage implements NetworkMessage
{
Minecraft mc = Minecraft.getInstance();
mc.worldRenderer.playRecord( soundEvent, pos );
if( name != null ) mc.field_71456_v.setRecordPlayingMessage( name );
if( name != null ) mc.ingameGUI.setRecordPlayingMessage( name );
}
}