Posted September 9, 20178 yr Hello again, i have a teleporting system over mirrors player can bound together and place. The mirrors just looking horrible. Is it possible to render a plane, that has a reflection, like a real mirror, that player will see him self when standing in front? If it is too much, i will use normal textures, but a real mirror would be great.
September 9, 20178 yr you can look at mrcrayfish's furniture mod code, he has a good mirror block: https://github.com/MrCrayfish/MrCrayfishFurnitureMod/blob/master/src/main/java/com/mrcrayfish/furniture/blocks/BlockMirror.java Check out my tutorials here: http://jabelarminecraft.blogspot.com/
September 9, 20178 yr There's also a thread around here (probably the same mod). IIRC, the strategy was to implement something like the front-view camera (hit F5 a couple times) and skin the mirror with what it is seeing. Just make sure that mirrors can't see each other. The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
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.