Jump to content

Recommended Posts

Posted

In what version? 1.8 It will be very complicated, 1.7.10 you can change the metadata or an NBT Tag onItemUse and then with the ItemStack sensitive getIcon method return one depending upon the NBT Tag.

Posted

In 1.7 just change the icon you return from Item.getIconFromDamage(), should work fine.

 

Alternatively - IItemRenderer is your friend.  You can render anything you want with that.

 

-TGG

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi So I Made A Mod Using ChatGPT And To Test It I Downgraded My Creative World Named Snow From Version Vanilla 1.21.6 To 1.12.2-forge-14.23.5.2860 And As Usual 1.12.2 Does Not Have Option To Create Backup And Load So I Clicked Use Anyway And As Expected My World Corrupted And When The Mod Did Not Work I Upgraded That World Back To Vanilla 1.21.6 And I Ended Up Being Spawned In The Same Ocean That Was In 1.12.2 But Many Mobs Fell From Sky Including Animals, Creepers And Skeletons And The Hills Around The Ocean Just Got Corrupted With Ore And Block Generation Going INSANE With Naturally Spawned Glazed Terracotta, Bricks. Also Dirt Gravel And Stone All Got Messed Up
    • Add crash-reports with sites like https://mclo.gs/ Make a test without createaddition
    • Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here  
    • my server is running perfectly fine but the problem is I can't connect to it. https://drive.google.com/file/d/1pn3oyAoS6J9mYVQlTJs7nKSSOHRo-9NX/view?usp=sharing. Here is the bug report when I tried to join the server.  
    • I'm trying to create split out some common code from my current mod project into a new library. For dependency management, I'm attempting to use AWS S3 as a Maven repo. I've done this successfully with other projects in the past, but ForgeGradle doesn't seem to like the s3:// URL for my repository. Specifically, it's throwing the following exception when trying to resolve the net.minecraftforge:forge:1.21.1-52.1.0:userdev dependency:   My understanding is that modern versions of Gradle support this use case. Does ForgeGradle not? Is there a way that I can make this work? Thank you for any help you can offer.
×
×
  • Create New...

Important Information

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