TwIxToR_TiTaN Posted September 13, 2013 Posted September 13, 2013 How do i zoom in like optifine? Quote Only code when your having fun doing it.
fhntv24 Posted September 13, 2013 Posted September 13, 2013 easy method-client side only slowness lvl 100 effect hard metod- re write MC.(Hardcore,only hardcore very stupid metod-dont make zoom Quote
TwIxToR_TiTaN Posted September 15, 2013 Author Posted September 15, 2013 On 9/13/2013 at 7:35 PM, fhntv24 said: easy method-client side only slowness lvl 100 effect hard metod- re write MC.(Hardcore,only hardcore very stupid metod-dont make zoom i dont freaking want slowness i already did that Quote Only code when your having fun doing it.
BlackCrafer666 Posted August 11, 2014 Posted August 11, 2014 float zoom = 3.0f; // 3x more than normal ObfuscationReflectionHelper.setPrivateValue(EntityRenderer.class, Minecraft.getMinecraft().entityRenderer, zoom, "cameraZoom"); Quote
SanAndreaP Posted August 11, 2014 Posted August 11, 2014 On 8/11/2014 at 4:27 AM, BlackCrafer666 said: float zoom = 3.0f; // 3x more than normal ObfuscationReflectionHelper.setPrivateValue(EntityRenderer.class, Minecraft.getMinecraft().entityRenderer, zoom, "cameraZoom"); Ugh, please don't. Use the FOVUpdateEvent and set the newfov field of that event to your desired value. Quote Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter Quote This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.