Jump to content

Xetapro12

Members
  • Posts

    204
  • Joined

  • Last visited

Everything posted by Xetapro12

  1. Yeah all match now but still cant have the picture when i use gradlew build and use it
  2. Maybe you find somthing here :=) http://www.minecraftforge.net/forum/index.php?topic=6301.0
  3. All are working but NOT after gradlew build yeah yeah
  4. http://gyazo.com/ea4a4088860e918b84bb3d31cb0b5265 Got it working but when i do gradlew build in cmd i dont get the picture when i loade it in forge
  5. package com.BetterArmourAndTools.blocksitems; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; public class modIngot extends Item{ public modIngot(int id){ super(); this.setCreativeTab(BetterArmourAndTools.rubyTab); this.setMaxStackSize(64); } @SideOnly(Side.CLIENT) public void registerIcons(IIconRegister reg){ this.itemIcon = reg.registerIcon("BetterArmourAndTools:modIngot"); } }
  6. aha what? spoiler if you mean the the picture I DONT CARE
  7. i find this [21:51:02] [Client thread/ERROR]: Using missing texture, unable to load betterarmourandtools:textures/items/chestplateStone.png but when i go to the location its the same http://gyazo.com/9710748f16dde23a81705e76730e0d13
  8. * debris... or what u called i got reobf worked again it was too manny picture folders* Hey why is this not working D: http://gyazo.com/45b258ca14ed7b8dcf5b81247fed52a0 Nothing is wrong?
  9. Awww ok Then no modding for me D:
  10. It works when i have a fresh workspace but when i add my code its fail at reobf
  11. Yepp!
  12. Oh wopsi its gradlew build
  13. Hahah still dont work :&
  14. Nope still fail at the reobf error:
  15. debug is --debug info --info stacktrace --stacktrace
  16. Patience is a virtue. Run gradle clean and try again. And post the output of gradle -v so this bug (?) can be fixed. DEbug StackTrace Info
  17. No one help
  18. Here a link https://www.dropbox.com/sh/fk647noqeu05dbs/AACOgo7dPYZAhnvNFoytdaoXa?dl=0 Error Log:
  19. Hello if you diesieben07 see this can you please see whats wrong? When u try to do gradlew build when i have the example mod from beginning its alright but when i add this http://www.mediafire.com/download/lqev6enh3k7xid3/1.7.10.rar i get the :reobf error and i dont know why
  20. OH it worked Yay
  21. OK see here i deleted it http://gyazo.com/783269351b9942d63320f705727d4b8a but still cant access it btw Ingen Tilgang = No Access
  22. ps YEAH I KNWO I DONE HTHIS THING BEFORE BUS SEE HERE D: Youtube: https://www.youtube.com/watch?v=dtvA2waLCKc&feature=youtu.be Message:
×
×
  • Create New...

Important Information

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