Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/16/24 in all areas

  1. Some kind of language issue with radixcore com.radixshock.radixcore.constant.Language.es_es Make a test with changing the launcher language to English
    1 point
  2. Ok, thanks. Edit: It works for me.
    1 point
  3. Turns out it was much easier @OnlyIn(Dist.CLIENT) @SubscribeEvent() public static void onRenderHand(RenderArmEvent event) { if(handRenderer == null) handRenderer = new CustomHandRenderer(); var poseStack = new PoseStack(); poseStack.translate(0.5, -0.5, -0.6); handRenderer.render( null, poseStack, event.getMultiBufferSource(), event.getPackedLight()); event.setCanceled(true); } https://i.imgur.com/tHo5mqo.png
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.