Posted May 17, 20187 yr Hi, Is there a simple way of exporting the icons of blocks as rendered internally by Minecraft? Something more elegant than using screenshots or re-rendering them outside the game? Thanks http://www.millenaire.org/img/dynamicsig.png[/img]
May 17, 20187 yr What is your end-goal? What are you using these icons for? 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.
May 17, 20187 yr Author A steam-like advancement page on my mod's site, with the advancement completion rate for each advancement. Since the icons for advancements are items or blocks in Minecraft, I'd like to be able to display the same on my site. If there's no cleaner way I'll just do a screenshot of my advancement screen and cut out the block icons. http://www.millenaire.org/img/dynamicsig.png[/img]
May 17, 20187 yr There really isn't. You could probably write a mod to generate them for you, but they still need to be rendered (they're literally 3D objects even when they're in your inventory). 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.
May 17, 20187 yr Author Ah, didn't know that last part. A screenshot sounds easier at this point... http://www.millenaire.org/img/dynamicsig.png[/img]
May 17, 20187 yr Yep, that's how the display tags work: models/block/block.json: "display": { "gui": { "rotation": [ 30, 225, 0 ], "translation": [ 0, 0, 0], "scale":[ 0.625, 0.625, 0.625 ] } 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.
May 17, 20187 yr Author I had seen that, but assumed that Minecraft just rendered it once and then stored it as a raster image somewhere. Never mind then. http://www.millenaire.org/img/dynamicsig.png[/img]
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.