Posted February 20, 20187 yr Hi is it possible to get the 3d-Model data from Blocks (like stair, torch, etc.). If I understand it correctly, the models are set with the json-files (for most blocks). Is there any way to load these files?
February 20, 20187 yr You don't need to. The baked quads are already available. 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.
February 21, 20187 yr Author I am creating a mod, which exports parts of the world for 3D-Printing. (I know there are already programs for this, but they do not have all options I need.) And if there is any possibility to get the models of the blocks ingame, I could also print modded blocks. The other way would be to create own models for all known blocks. But this is much work and I cannot support all mods. Thank you for the link. Maybe this helps me already. Edited February 21, 20187 yr by aligator123456
February 21, 20187 yr Author OK, now I get the VertexData. But how do I have to interpret this values? Edit: I think I got it now. This is the data I get from a block: 1065353216 1065353216 1065353216 -1 1054868505 1040189489 127 1065353216 855638016 1065353216 -1 1054868505 1042282447 127 1065353216 855638016 855638016 -1 1055914983 1042282447 127 1065353216 1065353216 855638016 -1 1055914983 1040189489 127 Edited February 21, 20187 yr by aligator123456
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.