Skip to content

Commit

Permalink
fixes coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
ForBai committed May 11, 2024
1 parent e6d68b5 commit ffab7da
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
@Mixin(value = {RenderEntityItem.class}, priority = 20000)
public abstract class MixinRenderEntityItem extends Render<EntityItem> {

/*
TODO: FIX item sizes
if (ibakedmodel.isGui3d()) {
GlStateManager.scale(0.5f, 0.5f, 0.5f);
}
*/

@Shadow
protected abstract int func_177078_a(final ItemStack p0);

Expand Down

0 comments on commit ffab7da

Please sign in to comment.