Jump to content

yungcxn

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by yungcxn

  1. How am I able to get a ResourceLocation (my image) directly from a image url in the internet and not from a folder from the user's PC? I want to build a Google Image Search like GUI.
  2. I know about reading out of a file in Resourcelocation, but how do I write on a textfile in assets/modid/text.txt?
  3. I want to build a mod which should detect whether a player in the world of a server is holding a certain item in his hands. I tried it with if(event.entityPlayer.getHeldItem().getItem() == Items.ender_pearl) but it didn't work because this is called in the WorldTickEvent and event.entityPlayer is wrong. I greatly appreaciate every kind of help.
×
×
  • Create New...

Important Information

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