Skip to content

Commit

Permalink
Fix rebase artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Emirlol committed Dec 23, 2024
1 parent 590c0d3 commit bd6ff29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static void init() {
public void render(WorldRenderContext context) {
if (!isLocationValid || !SkyblockerConfigManager.get().mining.dwarvenMines.enableCarpetHighlighter) return;
for (BlockPos carpetLocation : CARPET_LOCATIONS) {
RenderHelper.renderFilled(context, carpetLocation, CARPET_BOUNDING_BOX, colorComponents, colorComponents[3], false);
RenderHelper.renderFilled(context, Vec3d.of(carpetLocation), CARPET_BOUNDING_BOX, colorComponents, colorComponents[3], false);
}
}

Expand Down

0 comments on commit bd6ff29

Please sign in to comment.