1.17.1-pre3

This commit is contained in:
modmuss50 2021-06-30 18:01:37 +01:00
parent 81938ec1ed
commit 0ad32f2247
7 changed files with 1 additions and 25 deletions

View File

@ -26,7 +26,7 @@ plugins {
id 'net.fabricmc.filament' version '0.3.0'
}
def minecraft_version = "1.17.1-pre2"
def minecraft_version = "1.17.1-pre3"
def ENV = System.getenv()
// Fetch build number from Github Actions

View File

@ -1,5 +1,4 @@
CLASS net/minecraft/class_824 net/minecraft/client/render/block/entity/BlockEntityRenderDispatcher
FIELD field_20988 bufferBuilder Lnet/minecraft/class_287;
FIELD field_27746 entityModelLoader Lnet/minecraft/class_5599;
FIELD field_27747 blockRenderManager Ljava/util/function/Supplier;
FIELD field_4342 textRenderer Lnet/minecraft/class_327;

View File

@ -1,15 +1,3 @@
CLASS net/minecraft/class_311 net/minecraft/client/util/GlAllocationUtils
METHOD method_1596 allocateByteBuffer (I)Ljava/nio/ByteBuffer;
ARG 0 size
METHOD method_35614 allocateShortBuffer (I)Ljava/nio/ShortBuffer;
ARG 0 size
METHOD method_35615 allocateCharBuffer (I)Ljava/nio/CharBuffer;
ARG 0 size
METHOD method_35616 allocateIntBuffer (I)Ljava/nio/IntBuffer;
ARG 0 size
METHOD method_35617 allocateLongBuffer (I)Ljava/nio/LongBuffer;
ARG 0 size
METHOD method_35618 allocateFloatBuffer (I)Ljava/nio/FloatBuffer;
ARG 0 size
METHOD method_35619 allocateDoubleBuffer (I)Ljava/nio/DoubleBuffer;
ARG 0 size

View File

@ -4,6 +4,3 @@ CLASS net/minecraft/class_4120 net/minecraft/entity/ai/brain/task/GoTowardsLookT
METHOD <init> (FI)V
ARG 1 speed
ARG 2 completionRange
METHOD <init> (Ljava/util/function/Function;I)V
ARG 1 speed
ARG 2 completionRange

View File

@ -20,8 +20,6 @@ CLASS net/minecraft/class_3268 net/minecraft/resource/DefaultResourcePack
ARG 3 root
ARG 4 prefix
ARG 5 pathFilter
METHOD method_18220 (Ljava/util/HashMap;)V
ARG 0 map
METHOD method_20728 isValidUrl (Ljava/lang/String;Ljava/net/URL;)Z
ARG 0 fileName
ARG 1 url

View File

@ -20,8 +20,6 @@ CLASS net/minecraft/class_2804 net/minecraft/world/chunk/ChunkNibbleArray
METHOD method_12142 set (II)V
ARG 1 index
ARG 2 value
METHOD method_12143 isEven (I)Z
ARG 1 n
METHOD method_12144 copy ()Lnet/minecraft/class_2804;
METHOD method_12145 set (IIII)V
ARG 1 x

View File

@ -1,4 +0,0 @@
CLASS net/minecraft/class_4298 net/minecraft/world/chunk/ColumnChunkNibbleArray
METHOD <init> (Lnet/minecraft/class_2804;I)V
ARG 1 chunkNibbleArray
ARG 2 offset