Skip to content

Commit

Permalink
Oculus 1.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Apr 28, 2024
1 parent 3077c13 commit 066b4da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ loom.platform = forge
loader_version=1.20.1-47.1.3

# Mod Properties
mod_version=0.5.4.2
mod_version=0.5.4.3
maven_group=com.github.dima_dencep.mods
archives_base_name=rubidium-extra

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package me.flashyreese.mods.sodiumextra.compat;

import me.flashyreese.mods.sodiumextra.client.SodiumExtraClientMod;
import net.coderbot.iris.vertices.IrisVertexFormats;
import net.irisshaders.iris.vertices.IrisVertexFormats;
import net.irisshaders.iris.api.v0.IrisApi;
import net.minecraft.client.render.VertexFormat;
import net.minecraftforge.fml.loading.LoadingModList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private void onRender(T entity, float f, float g, MatrixStack matrixStack, Verte
if (entity instanceof ArmorStandEntity && !SodiumExtraClientMod.options().renderSettings.armorStand) {
ci.cancel();
if (this.hasLabel(entity)) {
this.renderLabelIfPresent(entity, entity.getDisplayName(), matrixStack, vertexConsumerProvider, i, g);
this.renderLabelIfPresent(entity, entity.getDisplayName(), matrixStack, vertexConsumerProvider, i);
}
}
}
Expand Down

0 comments on commit 066b4da

Please sign in to comment.