Posted August 19, 20196 yr Hello. I have an question. It is possible to change render layer on Vanilla blocks. Example from SOLID to TRANSLUCENT Edited August 19, 20196 yr by kinderPipinder Mistake
August 19, 20196 yr Almost certainly not. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
August 20, 20196 yr 10 hours ago, Draco18s said: Almost certainly not. Can't tell if you are messing with them or not lol. 11 hours ago, kinderPipinder said: Example from SOLID to TRANSLUCENT You need to override their registry value with a new value that overrides getRenderLayer and returns the appropriate value. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
August 22, 20196 yr Author On 8/20/2019 at 1:37 AM, Draco18s said: Almost certainly not. Hmm, but I managed Spoiler
August 22, 20196 yr Author On 8/20/2019 at 12:19 PM, Animefan8888 said: Can't tell if you are messing with them or not lol. You need to override their registry value with a new value that overrides getRenderLayer and returns the appropriate value. Thanks, it's work!
August 23, 20196 yr On 8/22/2019 at 5:46 AM, kinderPipinder said: Thanks, it's work! Please Please Please tell me how you did this, been trying to change normal glass to translucent like how colored glass works but don't know where to change this!
August 23, 20196 yr On 8/22/2019 at 11:44 AM, kinderPipinder said: Hmm, but I managed Draco18s is joking around. 3 hours ago, MinecraftAddictModder said: Please Please Please tell me how you did this, been trying to change normal glass to translucent like how colored glass works but don't know where to change this! Quote You need to override their registry value with a new value that overrides getRenderLayer and returns the appropriate value. Override glass' registry with a new instance of BlockGlass but override Block#getRenderLayer to return the layer you desire. Some tips: Spoiler Modder Support: Spoiler 1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code. 2. Always post your code. 3. Never copy and paste code. You won't learn anything from doing that. 4. Quote Programming via Eclipse's hotfixes will get you nowhere 5. Learn to use your IDE, especially the debugger. 6. Quote The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it. Support & Bug Reports: Spoiler 1. Read the EAQ before asking for help. Remember to provide the appropriate log(s). 2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.
August 23, 20196 yr 4 hours ago, DavidM said: Draco18s is joking around. Override glass' registry with a new instance of BlockGlass but override Block#getRenderLayer to return the layer you desire. Thank you very much! I'm going to start work on this as soon as i get home
August 23, 20196 yr Author 5 hours ago, MinecraftAddictModder said: Thank you very much! I'm going to start work on this as soon as i get home Don't forget to change ObjectHelder to 'minecraft'
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.