Skip to content

Commit

Permalink
Update Yarn mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Mar 2, 2025
1 parent 4ee8c30 commit b0ffca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.parallel=true
# check these at https://fabricmc.net/develop/ and
# https://modrinth.com/mod/fabric-api/versions
minecraft_version=25w09b
yarn_mappings=25w09b+build.3
yarn_mappings=25w09b+build.6
loader_version=0.16.10

# Fabric API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@

import com.llamalad7.mixinextras.injector.wrapoperation.Operation;
import com.llamalad7.mixinextras.injector.wrapoperation.WrapOperation;

import net.minecraft.class_10889;
import net.minecraft.block.BlockState;
import net.minecraft.client.render.VertexConsumer;
import net.minecraft.client.render.block.BlockModelRenderer;
import net.minecraft.client.render.model.BlockModelPart;
import net.minecraft.client.util.math.MatrixStack;
import net.minecraft.item.ItemConvertible;
import net.minecraft.util.math.BlockPos;
Expand Down Expand Up @@ -49,7 +48,7 @@ public abstract class BlockModelRendererMixin implements ItemConvertible
"renderFlat(Lnet/minecraft/world/BlockRenderView;Ljava/util/List;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;ZI)V"})
private static boolean onRenderSmoothOrFlat(BlockState state,
BlockState otherState, Direction side, Operation<Boolean> original,
BlockRenderView world, List<class_10889> list,
BlockRenderView world, List<BlockModelPart> list,
BlockState stateButFromTheOtherMethod, BlockPos pos,
MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull,
int i)
Expand Down

0 comments on commit b0ffca0

Please sign in to comment.