WIP 1.15 and ReplayStudio v2 update
This commit is contained in:
@@ -216,15 +216,19 @@ dependencies {
|
||||
if (FABRIC) {
|
||||
minecraft 'com.mojang:minecraft:' + [
|
||||
11404: '1.14.4',
|
||||
11501: '1.15.1',
|
||||
][mcVersion]
|
||||
mappings 'net.fabricmc:yarn:' + [
|
||||
11404: '1.14.4+build.1',
|
||||
11501: '1.15.1+build.37',
|
||||
][mcVersion]
|
||||
modCompile 'net.fabricmc:fabric-loader:' + [
|
||||
11404: '0.4.8+build.155',
|
||||
11501: '0.7.4+build.177',
|
||||
][mcVersion]
|
||||
modCompile 'net.fabricmc.fabric-api:fabric-api:' + [
|
||||
11404: '0.3.0+build.200',
|
||||
11501: '0.4.27+build.286-1.15',
|
||||
][mcVersion]
|
||||
}
|
||||
|
||||
@@ -258,9 +262,7 @@ dependencies {
|
||||
|
||||
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
|
||||
|
||||
def studioVersion = mcVersionStr
|
||||
if (studioVersion == '1.8.9') studioVersion = '1.8'
|
||||
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:e657fe8", shadeExclusions
|
||||
shadow "com.replaymod.replaystudio:ReplayStudio:120feb9", shadeExclusions
|
||||
|
||||
shadowReobf(project(":jGui:$jGuiVersion")){
|
||||
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those
|
||||
|
||||
28
versions/mapping-fabric-1.15.1-1.14.4.txt
Normal file
28
versions/mapping-fabric-1.15.1-1.14.4.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
net.minecraft.client.model.ModelPart.Cuboid net.minecraft.client.model.Box
|
||||
net.minecraft.client.render.chunk.ChunkBuilder net.minecraft.client.render.chunk.ChunkRenderWorker
|
||||
net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk net.minecraft.client.render.chunk.ChunkRenderer
|
||||
net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk.Task net.minecraft.client.render.chunk.ChunkRenderTask
|
||||
net.minecraft.client.network.packet.PlayerActionResponseS2CPacket net.minecraft.class_4463
|
||||
net.minecraft.network.NetworkState LOGIN field_11688
|
||||
net.minecraft.network.NetworkState PLAY field_11690
|
||||
net.fabricmc.fabric.impl.resource.loader.ModResourcePackUtil net.fabricmc.fabric.impl.resources.ModResourcePackUtil
|
||||
net.minecraft.client.render.entity.EntityRenderer shouldRender() isVisible()
|
||||
net.minecraft.client.render.Frustum net.minecraft.client.render.VisibleRegion
|
||||
net.minecraft.client.render.GameRenderer renderWorld() renderCenter()
|
||||
net.minecraft.entity.LivingEntity serverX field_6224
|
||||
net.minecraft.entity.LivingEntity serverY field_6245
|
||||
net.minecraft.entity.LivingEntity serverZ field_6263
|
||||
net.minecraft.entity.LivingEntity serverYaw field_6284
|
||||
net.minecraft.entity.LivingEntity serverPitch field_6221
|
||||
net.minecraft.client.render.WorldRenderer drawBlockOutline() drawHighlightedBlockOutline()
|
||||
net.minecraft.client.render.GameRenderer method_22973() applyCameraTransformations()
|
||||
net.minecraft.client.util.math.Matrix4f viewboxMatrix() method_4929()
|
||||
net.minecraft.util.ThreadExecutor send() method_18858()
|
||||
net.minecraft.util.ThreadExecutor createTask() prepareRunnable()
|
||||
net.minecraft.util.ThreadExecutor canExecute() canRun()
|
||||
net.minecraft.util.ThreadExecutor runTasks() executeTaskQueue()
|
||||
net.minecraft.util.ThreadExecutor submit() executeFuture()
|
||||
net.minecraft.client.util.Window method_4493()
|
||||
net.minecraft.util.SystemUtil.OperatingSystem WINDOWS field_1133
|
||||
net.minecraft.util.SystemUtil.OperatingSystem OSX field_1137
|
||||
net.minecraft.client.util.ScreenshotUtils takeScreenshot() method_1663()
|
||||
Reference in New Issue
Block a user