Jump to content

Item Render


calclavia

Recommended Posts

How would I create a custom Item Renderer? I've looked for tutorials and no one seems to have done it before...

 

My tile entity is basically shaped exactly like a block. The reason why I am using a custom render is because the textures will change without the metadata or the block changing (hence it will update the texture). More about this here: http://minecraftforge.net/forum/index.php/topic,244.msg1589.html

 

How can I render the item to be just like a normal block instead of becoming a flat piece of texture when I set the renderType in the block to -1?

 

I see that the enchantment table seems to have created their item texture file based on the enchantment table block. How do they do this?

Link to comment
Share on other sites

.... There are plunty of tutorials for this crap out there, Go look at ModLoader.getNextBlockModelID

 

I looked at ModLoader.getUniqueBlockModelID. I am not sure how I can assign my block renderer to render that specific block. Also I did a bunch of searching about this topic on Google and there doesn't seem to be tutorial that is really relevent. It would be great if you could provide me with a link to one.

 

Sorry if the questions are very noob to you. I am not an experienced modder afterall.

 

This is the closest thing I found: http://www.minecraftforum.net/topic/946596-modloader-using-a-custom-2d-texture-for-a-customly-rendered-block/

 

Is the renderInvBlock function supposed to be in the BaseMod/NetworkMod?

Link to comment
Share on other sites

Right. I still can not render the item properly. The problem is I don't know how to bind a texture to an item render. I have a 3D model. It has a unique texture file for it. I can call the model render function from Base Mod's "renderInvBlock" function. The problem is I do not know how to specify a texture to the specific model to be rendered...

 

Also, I can not use the function getTextureFile from forge because my texture file depends on the metadata and getTextureFile seems to not be metadata sensitive. Help would be appreciated.

Link to comment
Share on other sites

Though forge had something for this. Saw this in the player render class might lead you too something.

179  IItemRenderer customRenderer = MinecraftForgeClient.getItemRenderer(var3, EQUIPPED);

 

I am currently trying that approach. But I still don't know where I can set the texture for that render...

 

I got this so far...

 

missileitemglitch.png

 

It's kinda funny that the missile launcher is big, I will fix that soon. But the problem here is that my different missile launchers have different texture files and they all use the same block...

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • It all began with a chance encounter with a testimonial shared by Olivia, a fellow traveler on the winding road of cryptocurrency. Her words spoke of a miraculous recovery orchestrated by Wizard Web Recovery, a beacon of hope in the murky waters of online fraud. Intrigued by her story, I reached out to Wizard Web Recovery, hoping they could work their magic on my blocked crypto recovery. With bated breath, I shared my plight, providing evidence of my dilemma and praying for a solution. To my astonishment, a prompt response came, swift and reassuring. Wizard Web Recovery wasted no time in assessing my situation, guiding me through the process with patience and expertise. and then like a ray of sunshine breaking through the clouds, came the news I had longed for – a new private key had been generated, restoring my precious bitcoins. It was a moment of jubilation, a triumph over adversity that filled me with newfound hope. At that moment, I realized the true power of Wizard Web Recovery, not just as skilled technicians, but as guardians of trust in the digital realm. With their assistance, I reclaimed what was rightfully mine, turning despair into determination and paving the way for a brighter future. But their capabilities did not end there. Delving deeper into their expertise, I discovered that Wizard Web Recovery possessed a wealth of knowledge in reclaiming lost stolen cryptocurrency, and even exposing fraudulent investment schemes. So to all those who find themselves entangled in the web of online fraud, take heart. With the guidance of Wizard Web Recovery, there is a path to redemption.    
    • How can I add drops when killing an entity? Now there are no drops. How can I add an @override to change the attack speed to 1.6 and show "when in main hand...attack damage,...attack speed"? also, how can I make the item enchantable? 
    • Ok. Thanks. by the way, will this crash in any circumstances? public boolean onLeftClickEntity(ItemStack stack, Player player, Entity entity) { if (entity instanceof LivingEntity){ LivingEntity victim = (LivingEntity) entity; if(!victim.isDeadOrDying() && victim.getHealth()>0){ victim.setHealth(0); return true; } } return false; }  
    • You shouldn't be extracting the mod .jar, just place it in your mods folder.
    • so basically another rundown of my probelm. Im the admin of a 1.20.1 modded server. Were using forge 47.2.0 but tested this issue in other forge versions too on sevrer and client side. so the forge version isnt the issue. The bug happens in following instances. Were using the attacks of the jujutsucraft mod by orca normally. And for everyone that stands there nothing changes. But everyone who wasnt in the chunks before or who relogins again those chunks will appear invisible for the most part. I tried fixing this be removing and adding following mods in many combinations. Embeddium, canary, memoryleakfix, ai improvements, Krypton reforges, better chunkloading, radium reforged, embeddium plus, farsight, betterchunkloading, oculus I tested most of these mods alone and in differents combinations with each other and without the mods. What i noticed is zhat when i removed  . most invisible chunks will return or semi return. and only ine or two chunks stay invisible. I rechanged those mids mostly on the cöient side but also some in the serveside. Ir most likely isnt an issue with another non performance mod since i noticed this thing with embeddium. Ans also the problem wasnt there im the beginning of the server. Granted since then we updated some of the mods that add content and their lib mod. But i went to every big mods discord and community that we have and i didnt find someone else havinf that chunk problem. Heres the link to a video of the Problem. https://streamable.com/9v1if2     heres the link to the modlist: https://ibb.co/myF8dtX     Pleaee im foghting for months with this problem. All the performance mods kn the modlist are for sure not the issue i tested without all of them.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.