Posted December 9, 20168 yr 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, Relatively new to modding. Currently developing: https://github.com/LambdaXV/DynamicGenerators
December 9, 20168 yr Are they blocks that have a FACING property? You can set the default blockstate to face a different direction (West, IIRC). 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.
December 9, 20168 yr Author Yes it is. How would I set a default facing? Relatively new to modding. Currently developing: https://github.com/LambdaXV/DynamicGenerators
December 9, 20168 yr Your block class should already have it in the constructor. 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.
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.