Jump to content

binauralpath

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

binauralpath's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Can you phrase that a bit more simply? I didn't really understand it.
  2. Hello all, I recently just tried out my two mod items in survival mode, only finding that they have extremely low durability. My sword can only hit something twice before breaking and my pickaxe can only mine 10 or so blocks-- not what I want. The script I am using to add durability and etc. is as follows: (I currently have max durability here because I wanted to see if that would fix it) @EventHandler public void Preinit(FMLPreInitializationEvent event){ //added things //zodiac items zodiac_shard = new ZShard(); ToolMaterial ZODIACS = EnumHelper.addToolMaterial("ZODIACS", 3, 100000000, 15.0F, 6.0F, 30); ToolMaterial ZODIACP = EnumHelper.addToolMaterial("ZODIACP", 6, 100000000, 20.0F, 7.0F, 25); capricorn_sword = new CapricornSword(ZODIACS); pisces_pickaxe = new PiscesPickaxe(ZODIACP); I would appreciate anyone's help and thanks for at least reading this far. Sincerely, BinauralPath
  3. Hello All, I am developing my first mod and I just recently added textures. The script I'm using to add textures is as underlined: public ZShard(){ setMaxStackSize(64); setCreativeTab(CreativeTabs.tabMisc); setUnlocalizedName("zodiac_shard"); func_111206_d("zodiacmod:Zodiac Shard"); After I entered this code into the ZShard class (which is my item) I attempted to run my mod (I am running on Eclipse Kepler), my results were bad, the Minecraft 1.8 window opened, began to initiate my mod, then crashed. My console within the eclipse window told me this: [19:19:54] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:663]: #@!@# Game crashed! Crash report saved to: #@!@# /Users/Caroline/Desktop/forge-1.8-11.14.3.1450-src/eclipse/./crash-reports/crash-2015-07-23_19.19.54-client.txt If I omitted important information just let me know, I'm new to this. I need to have these textures to showcase my mod by tomorrow and I'm in a bad position. I'd be very grateful if you could help! Computer: MacBook Pro with Mac OS X Ver 10.7.5 Software: Eclipse Kepler Forge Ver: 11.14.3.1450
×
×
  • Create New...

Important Information

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