ItsAMysteriousYT Posted August 24, 2015 Posted August 24, 2015 Is there a way to render an objmodel as item like in 1.7.10? Cuz IItemRenderer was removed as far as i know. Would be nice to know, cuz atm all my custom modeled block are purple/black cubes in the inventory which looks pretty derpy Quote
delpi Posted August 24, 2015 Posted August 24, 2015 I found a way to render 3d techne items when on an entity. Things like armor, weapons, ect. It should work with obj as well. For what it looks like in your inventory, i just used the default json for that part. I did see some post by coolAlias changing the inventory up for his zelda bombs if I remember right. Quote Long time Bukkit & Forge Programmer Happy to try and help
Elix_x Posted August 24, 2015 Posted August 24, 2015 OBJ - No. B3D - Yes. Quote Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
ItsAMysteriousYT Posted August 25, 2015 Author Posted August 25, 2015 But somehow forge must did it before. Isn't there a possibility called AccesTransformer - i think NoCubesMod uses that. Quote
Elix_x Posted August 25, 2015 Posted August 25, 2015 But somehow forge must did it before. Isn't there a possibility called AccesTransformer - i think NoCubesMod uses that. 1.7.10, obj - yes. 1.7.10, b3d - no. 1.8, obj - no. 1.8, b3d - yes. Quote Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
ItsAMysteriousYT Posted August 25, 2015 Author Posted August 25, 2015 So, B3D - does it work the same way? Quote
Elix_x Posted August 25, 2015 Posted August 25, 2015 So, B3D - does it work the same way? Yep. Very similar to how it was with OBJ in 1.7.10. Also, B3D has something special: you can specify it in json... Quote Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
ItsAMysteriousYT Posted August 25, 2015 Author Posted August 25, 2015 So, B3D - does it work the same way? Yep. Very similar to how it was with OBJ in 1.7.10. Also, B3D has something special: you can specify it in json... YAYYY...which means i can animate it? And which programs can create B3D models? Quote
Elix_x Posted August 25, 2015 Posted August 25, 2015 So, B3D - does it work the same way? Yep. Very similar to how it was with OBJ in 1.7.10. Also, B3D has something special: you can specify it in json... YAYYY...which means i can animate it? And which programs can create B3D models? I know that blender will work (i use it)... Probably also maya, cinema4d... Quote Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
ItsAMysteriousYT Posted August 25, 2015 Author Posted August 25, 2015 Okay - how to load it up? Quote
Elix_x Posted August 25, 2015 Posted August 25, 2015 Okay - how to load it up? Where? In mc? In 3d modelling software? Quote Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
Elix_x Posted August 25, 2015 Posted August 25, 2015 In MC From json or dynamic model? Seriously, from here you can google it... Quote Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
ItsAMysteriousYT Posted August 26, 2015 Author Posted August 26, 2015 Actually not, all i find is BDCraftCubic pro. Not how to load B3D models Quote
Elix_x Posted August 27, 2015 Posted August 27, 2015 https://github.com/MinecraftForge/MinecraftForge/blob/master/src/main/java/net/minecraftforge/client/model/b3d/B3DLoader.java Quote Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
ItsAMysteriousYT Posted August 27, 2015 Author Posted August 27, 2015 Okay - cool and how can i animate them? Quote
ItsAMysteriousYT Posted August 28, 2015 Author Posted August 28, 2015 Which registration method do i have to use, the normal ItemModelMesher or the ForgeItemModelMesher? Quote
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.