Posted July 31, 201312 yr "" Hi Everyone Im Aguinmox and im a modder (not beginner thou but i mod only armors for myself) Please be polite with me and i wanna have friends So Hi haha"" I was gonna ask if 3D modelled armors from techne is possible to code in minecraft , uhm because i have not seen it yet and im trying to figure it out , but i was gonna ask if its possible or if its not could u please make an event or render file for it ?
July 31, 201312 yr so far no, im doing the same thing and heres the way to implement it: 1 make a coremod that will make the field RenderLivingEntity.mainModel public 2 make a event handler for the event "RenderPlayerEvent.Post" 3 rebuild the gl matrix transform tree inside this method and call to render your model where appropriate. also.. please stop using techne.... wavefront >>>> techne how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
July 31, 201312 yr Yes its compleetly possible to be done and quite a few modders already do it. Most notably Modular Power Suits. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
July 31, 201312 yr using the step i enumerated or i am completelly ignorant and theres already something in forge to do it ? how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
July 31, 201312 yr Modular Powersuits by MachineMuse already has 3d armor models. You can find the mod here. As far as I know it's open source too.
July 31, 201312 yr https://github.com/MinecraftForge/MinecraftForge/blob/master/patches/minecraft/net/minecraft/item/Item.java.patch#L483 I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
August 1, 201312 yr Author So that means the 2nd comment below my first post i must have a coremod for it ?
August 1, 201312 yr no, open lex links, it basicly tells you where and how to do it https://github.com/MinecraftForge/MinecraftForge/blob/master/patches/minecraft/net/minecraft/item/Item.java.patch#L483 how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
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.