Jump to content

TomokoWatamote

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by TomokoWatamote

  1. here is my code main.class package kiraki.assets; import net.minecraft.block.Block; import net.minecraft.item.EnumToolMaterial; import net.minecraft.item.Item; import net.minecraft.item.ItemFood; import net.minecraft.item.ItemStack; import net.minecraftforge.common.EnumHelper; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.Mod.Init; import cpw.mods.fml.common.event.FMLInitializationEvent; import cpw.mods.fml.common.network.NetworkMod; import cpw.mods.fml.common.registry.GameRegistry; import cpw.mods.fml.common.registry.LanguageRegistry; import net.minecraft.client.renderer.texture.IconRegister; @Mod(modid="Kiraki",name="Kill La Kill",version="v1.0") @NetworkMod(clientSideRequired=true,serverSideRequired=false) public class main { /*______________________________________­_____________________ * ToolMaterial ________________________________________­_____________________*/ /*______________________________________­_____________________ *Telling forge that we are creating these ________________________________________­_____________________*/ public static Item Blood; /*______________________________________­_____________________ *Declaring Init ________________________________________­_____________________*/ @Init public void load(FMLInitializationEvent event){ /*______________________________________­_____________________ *Define Items/Blocks ________________________________________­_____________________*/ Blood = new ItemBlood(2010).setUnlocalizedName("blood"); /*______________________________________­_____________________ *Adding Names ________________________________________­_____________________*/ LanguageRegistry.addName(Blood, " Drop of Blood"); /*______________________________________­_____________________ *Crafting ________________________________________­_____________________*/ } } ItemBlood.class package kiraki.assets; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; import cpw.mods.fml.relauncher.*; public class ItemBlood extends Item { public ItemBlood(int par1) { super(par1); setCreativeTab(CreativeTabs.tabMaterials); } public String getTextureFile(){ return "/minecraft/assets/textures/items/blood.png"; } }
  2. I put the link to revemped version of the modpack (it is an update but technic locked me out of my account) There are a bunch of new mods.
  3. it isn't pay to win it is just donate to keep the server(s) running and you get benefits because you helped out.
  4. Get The pack here Server is owned by Inferno Gaming LTD. All Rights Reserved. Server IP: 88.150.162.139 Server Rules 1. No spam or CAPS 2. No spawn killing 3. Scamming is allowed 4. No Hacking 5. No PvP logging 6. No begging for ranks and stuff 7. No duping or exploiting glitches 8. Respect all staff 9. No spawn shooting 10. No Racism and Harassment Do you want to shove a nuke down your rival's throat? Then this is the Modpack for you. We have the most experienced staff on hand. The server will be up 24/7 and is constantly maintained. Currently players are getting ready for battle join now before the nukes start flying. We do have a donation store so you can rank up and get ahead of the competition (check it out here). Events: Time: Random Mob Arenas Drop Parties Donation Rank sales List of plugins PermissionsEX Announcer ChatManager ChestShop ClearLag CoreProtect Enjin Essentials Factions iConomy iZone mcore MotdManager Vault WorldEdit Mods that come with this modpack Armor Status Rei's Minimap Damage Indicators Applied Energistics Backpack mod Big Reactors Build Craft Dynamic Ligts Wholy Gun Custom ICBM Iron Chest Mekanism Minefactory Reloaded Moular Powersuits NEI Project Red Rail Craft Secret Rooms Thermal Expansion Universal Electricity Starting Items: HK416 with 4 mags(filled) 32 Steel Ingots 32 Osmium Ingots 1 Electrolytic Separator 1 Hydrogen Generator 16 Fluiducts 1 Aqueous Accumulator 32 Universal Cables
  5. i have tried a bunch of things to fix this error but nothing works. 11.02 21:31:12 [Multicraft] Server stopped 11.02 21:31:10 [Multicraft] Server stopped 11.02 21:31:10 [Multicraft] Looks like a crash, check the server console. Return value: 1 11.02 21:31:10 [Multicraft] Server shut down 11.02 21:31:10 [Server] INFO We appear to be missing one or more essential library files. 11.02 21:31:10 [Server] INFO Considering library net.java.jinput:jinput-platform:2.0.5 11.02 21:31:10 [Server] INFO Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3 11.02 21:31:10 [Server] INFO Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3 11.02 21:31:10 [Server] INFO Considering library org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3 11.02 21:31:10 [Server] INFO Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.0 11.02 21:31:10 [Server] INFO Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0 11.02 21:31:10 [Server] INFO Considering library org.lwjgl.lwjgl:lwjgl:2.9.0 11.02 21:31:10 [Server] INFO Considering library com.google.code.gson:gson:2.2.2 11.02 21:31:10 [Server] INFO Considering library net.java.jutils:jutils:1.0.0 11.02 21:31:10 [Server] INFO Considering library net.java.jinput:jinput:2.0.5 11.02 21:31:10 [Server] INFO Considering library commons-io:commons-io:2.4 11.02 21:31:10 [Server] INFO Considering library org.apache.commons:commons-lang3:3.1 11.02 21:31:10 [Server] INFO Considering library com.google.guava:guava:14.0 11.02 21:31:10 [Server] INFO Considering library org.bouncycastle:bcprov-jdk15on:1.47 11.02 21:31:10 [Server] INFO Considering library argo:argo:2.25_fixed 11.02 21:31:10 [Server] INFO Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0 11.02 21:31:10 [Server] INFO Considering library org.lwjgl.lwjgl:lwjgl:2.9.0 11.02 21:31:10 [Server] INFO Considering library com.paulscode:soundsystem:20120107 11.02 21:31:10 [Server] INFO Considering library com.paulscode:librarylwjglopenal:20100824 11.02 21:31:10 [Server] INFO Considering library com.paulscode:libraryjavasound:20101123 11.02 21:31:10 [Server] INFO Considering library com.paulscode:codecwav:20101023 11.02 21:31:10 [Server] INFO Considering library com.paulscode:codecjorbis:20101023 11.02 21:31:10 [Server] INFO Considering library net.sf.jopt-simple:jopt-simple:4.5 11.02 21:31:10 [Server] INFO Considering library lzma:lzma:0.0.1 11.02 21:31:10 [Server] INFO Considering library org.scala-lang:scala-compiler:2.10.2 11.02 21:31:10 [Server] INFO Considering library org.scala-lang:scala-library:2.10.2 11.02 21:31:10 [Server] INFO Considering library org.ow2.asm:asm-all:4.1 11.02 21:31:10 [Server] INFO Considering library net.minecraft:launchwrapper:1.8 11.02 21:31:10 [Server] INFO Considering library net.minecraftforge:minecraftforge:9.11.1.965 11.02 21:31:09 [Multicraft] Loaded config for "Default" 11.02 21:31:09 [Multicraft] Starting server! 11.02 21:31:09 [Multicraft] Loading server properties
×
×
  • Create New...