Lambda Posted December 9, 2016 Share Posted December 9, 2016 Hey there, So I'm having an issue with some items and blocks that need to be rotated so you can see their faces, however I have not found a method that has worked, some code I have tried: "display": { "thirdperson": { "rotation": [ -90, 0, 0 ], "translation": [ 0, 1, -3 ], "scale": [ 0.55, 0.55, 0.55 ] }, "firstperson": { "rotation": [ 0, -135, 25 ], "translation": [ 0, 4, 2 ], "scale": [ 1.7, 1.7, 1.7 ] } Thanks, Quote Relatively new to modding. Currently developing: https://github.com/LambdaXV/DynamicGenerators Link to comment Share on other sites More sharing options...
Draco18s Posted December 9, 2016 Share Posted December 9, 2016 Are they blocks that have a FACING property? You can set the default blockstate to face a different direction (West, IIRC). Quote 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. Link to comment Share on other sites More sharing options...
Lambda Posted December 9, 2016 Author Share Posted December 9, 2016 Yes it is. How would I set a default facing? Quote Relatively new to modding. Currently developing: https://github.com/LambdaXV/DynamicGenerators Link to comment Share on other sites More sharing options...
Draco18s Posted December 9, 2016 Share Posted December 9, 2016 Your block class should already have it in the constructor. Quote 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. Link to comment Share on other sites More sharing options...
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.