Start update to 1.13

This commit is contained in:
Jonas Herzig
2018-12-19 09:44:21 +01:00
parent 65295b311e
commit 9655677972
37 changed files with 793 additions and 245 deletions

View File

@@ -0,0 +1,28 @@
modLoader="javafml"
loaderVersion="[13,)"
updateJSONURL="https://raw.githubusercontent.com/ReplayMod/ReplayMod/master/versions.json"
issueTrackerURL="https://replaymod.com/forum"
displayURL="https://replaymod.com"
logoFile="replaymod_logo.png"
authors="CrushedPixel, johni0702"
[[mods]]
modId="replaymod"
version="${version}"
displayName="Replay Mod"
description='''
A Mod which allows you to record, replay and share your Minecraft experience.
'''
[[dependencies.replaymod]]
modId="forge"
mandatory=true
versionRange="[14.23.2.0,)"
ordering="NONE"
side="BOTH"
[[dependencies.replaymod]]
modId="minecraft"
mandatory=true
versionRange="[ 1.13 ]"
ordering="NONE"
side="BOTH"

View File

@@ -143,7 +143,7 @@ public net.minecraft.crash.CrashReportCategory$Entry
public net.minecraft.client.settings.KeyBinding field_151474_i # pressTime
# Timer
public net.minecraft.util.Timer *
public-f net.minecraft.util.Timer *
# GlStateManager
public net.minecraft.client.renderer.GlStateManager *