CaffeineMC / sodium

A Minecraft mod designed to improve frame rates and reduce micro-stutter
Other
4.77k stars 811 forks source link

Review files deleted in multiloader merge #2673

Closed mrmangohands closed 2 months ago

mrmangohands commented 2 months ago

Bug Description

Some files were deleted in the multiloader merge, double checking we don't want them, mostly the first 2.

mixin/debug/checks/MainTargetMixin.java mixin/core/render/chunk/LiquidBlockRendererMixin.java client/world/biome/BiomeColorView.java (interface) client/world/biome/BiomeColorSource.java (enum) client/render/immediate/model/ModelPartData.java (interface) client/model/ModelCuboidAccessor.java (accessor)

IMS212 commented 2 months ago

These are all correct, and can be removed.

jellysquid3 commented 2 months ago

Closing since it seems there's no problem here.