Posted August 24, 201510 yr 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
August 24, 201510 yr 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. Long time Bukkit & Forge Programmer Happy to try and help
August 24, 201510 yr OBJ - No. B3D - Yes. Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
August 25, 201510 yr Author But somehow forge must did it before. Isn't there a possibility called AccesTransformer - i think NoCubesMod uses that.
August 25, 201510 yr 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. Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
August 25, 201510 yr 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... Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
August 25, 201510 yr Author 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?
August 25, 201510 yr 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... Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
August 25, 201510 yr Okay - how to load it up? Where? In mc? In 3d modelling software? Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
August 25, 201510 yr In MC From json or dynamic model? Seriously, from here you can google it... Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
August 27, 201510 yr https://github.com/MinecraftForge/MinecraftForge/blob/master/src/main/java/net/minecraftforge/client/model/b3d/B3DLoader.java Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
August 28, 201510 yr Author Which registration method do i have to use, the normal ItemModelMesher or the ForgeItemModelMesher?
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.