Jump to content

laifsjo

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by laifsjo

  1. nope, it still does not work, my game crashes with the same error, do i also need to add the particleOverlay?
  2. Hello guys, i have another problem, with porting my mod to SMP. I actually have no clue where to start... I got a client side package, and a server side package now. I got some TileEntity classes, entity classes, blocks, items, a dimension, and all that classes, how do i know which one have to be client sided and/or server sided. And do i need a packetHandler or something? i do got common/client proxy's.
  3. i don't know what i'm doing wrong, when i open the gui, it says ""my tile entity class is missing a mapping, this is a bug"...
  4. does somebody know how to fix this please?
  5. nope that doesn't work either, i even get another error...: 2012-10-11 16:21:21 [iNFO] [sTDERR] java.util.ConcurrentModificationException 2012-10-11 16:21:21 [iNFO] [sTDERR] at java.util.ArrayList$Itr.checkForComodification(Unknown Source) 2012-10-11 16:21:21 [iNFO] [sTDERR] at java.util.ArrayList$Itr.next(Unknown Source) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.Entity.moveEntity(Entity.java:680) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.EntityLiving.moveEntityWithHeading(EntityLiving.java:1356) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.EntityLiving.onLivingUpdate(EntityLiving.java:1578) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.EntityAgeable.onLivingUpdate(EntityAgeable.java:59) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.EntityAnimal.onLivingUpdate(EntityAnimal.java:40) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.EntityLiving.onUpdate(EntityLiving.java:692) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.World.updateEntityWithOptionalForce(World.java:2033) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.WorldServer.updateEntityWithOptionalForce(WorldServer.java:538) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.World.updateEntity(World.java:1998) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.World.updateEntities(World.java:1879) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.WorldServer.updateEntities(WorldServer.java:437) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:629) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:560) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.IntegratedServer.tick(IntegratedServer.java:107) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:466) 2012-10-11 16:21:21 [iNFO] [sTDERR] at net.minecraft.src.ThreadServerApplication.run(ThreadServerApplication.java:18)
  6. well, i am already using the (world.isRemote) method, i'll try the minecraft thing but my package is in minecraft.common. maybe that's wrong? could you tell me which classes should be client sided and which classes should be server sided? because i also have a client sided package for rendering stuff like the particles
  7. Hello guys, i made a new particle in minecraft, and sometimes when i spawn it in the world using ModLoader.getMinecraftInstance().effectRenderer.addEffect(particleClass); it crashes, sometimes it works fine, but most of the time it crashes. this is the error i get: 2012-10-11 14:44:02 [iNFO] [sTDERR] java.util.ConcurrentModificationException 2012-10-11 14:44:02 [iNFO] [sTDERR] at java.util.ArrayList$Itr.checkForComodification(Unknown Source) 2012-10-11 14:44:02 [iNFO] [sTDERR] at java.util.ArrayList$Itr.next(Unknown Source) 2012-10-11 14:44:02 [iNFO] [sTDERR] at net.minecraft.src.Entity.moveEntity(Entity.java:680) 2012-10-11 14:44:02 [iNFO] [sTDERR] at MethyrClient.ParticleHD5.onUpdate(ParticleHD5.java:97) 2012-10-11 14:44:02 [iNFO] [sTDERR] at net.minecraft.src.EffectRenderer.updateEffects(EffectRenderer.java:67) 2012-10-11 14:44:02 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1800) 2012-10-11 14:44:02 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:843) 2012-10-11 14:44:02 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:773) 2012-10-11 14:44:02 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2012-10-11 14:44:12 [iNFO] [sTDOUT] Stopping! could somebody help me out?
  8. can anybody please help me?
  9. Hey guys, i have a problem with my mod, i made a new dimension, when i destroy a block the sound is working fine, but when i place a block, i don't hear the placing sound, in the overworld, nether and the end everything is working fine, i also don't hear sounds like item/block pickup, the "pop" sound, and when shooting a bow for example, i don't hear anything, can somebody help me out? and i would also like to know how to add my own music to my dimension, so it only plays my music, not the default minecraft one.
  10. Oh, never mind, i got it already, because i edited a base class, i had to put that one in the minecraft.jar
  11. Hello, i recently made a new dimension with minecraft forge, and i can run it fine in eclipse. But when i install minecraft forge universal in my minecraft.jar and put my zip folder in my mods folder, minecraft gives me a black screen. FML makes an error log in the minecraft folder: 2012-09-03 08:27:55 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.165.344 for Minecraft client:1.3.2, server:1.3.2 loading 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Discovering coremods 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Running coremod plugins 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Validating minecraft 2012-09-03 08:27:55 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2012-09-03 08:27:56 [iNFO] [sTDOUT] 27 achievements 2012-09-03 08:27:57 [iNFO] [sTDOUT] 195 recipes 2012-09-03 08:27:57 [iNFO] [sTDOUT] Setting user: laifsjo, 677771357566125040 2012-09-03 08:27:57 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2012-09-03 08:27:57 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2012-09-03 08:27:57 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Mart\AppData\Roaming\.minecraft\bin\lwjgl.jar 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Mart\AppData\Roaming\.minecraft\bin\jinput.jar 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Mart\AppData\Roaming\.minecraft\bin\lwjgl_util.jar 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Mart\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Mart\AppData\Roaming\.minecraft\lib\argo-2.25.jar 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Mart\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Mart\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2012-09-03 08:27:57 [iNFO] [ForgeModLoader] Searching C:\Users\Mart\AppData\Roaming\.minecraft\mods for mods 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Found a candidate zip or jar file Methyr 241 Forge.zip 2012-09-03 08:27:57 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2012-09-03 08:27:57 [iNFO] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Examining file Methyr 241 Forge.zip for potential mods 2012-09-03 08:27:58 [FINER] [ForgeModLoader] Located mcmod.info file in file Methyr 241 Forge.zip 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Identified a FMLMod type mod dimensionMethyr.common.Methyr 2012-09-03 08:27:58 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-09-03 08:27:58 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Received a system property request '' 2012-09-03 08:27:58 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2012-09-03 08:27:58 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Activating mod FML 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Activating mod Forge 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Enabling mod Laifsjo_Methyr 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Activating mod Laifsjo_Methyr 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2012-09-03 08:27:58 [FINE] [ForgeModLoader] All mod requirements are satisfied 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Mod sorting completed successfully 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Mod sorting data: 2012-09-03 08:27:58 [FINE] [ForgeModLoader] Laifsjo_Methyr(The Methyr Dimension:TEST VERSION): Methyr 241 Forge.zip () 2012-09-03 08:27:58 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@a8cac53 to mod FML 2012-09-03 08:27:58 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@a8cac53 delivered to mod FML 2012-09-03 08:27:58 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@a8cac53 to mod Forge 2012-09-03 08:27:58 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@a8cac53 delivered to mod Forge 2012-09-03 08:27:58 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@a8cac53 to mod Laifsjo_Methyr 2012-09-03 08:27:58 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoSuchFieldError: MethyrStoneMaterial 2012-09-03 08:27:58 [iNFO] [sTDERR] at dimensionMethyr.common.MethyrBlockMyreRock.<init>(MethyrBlockMyreRock.java:11) 2012-09-03 08:27:58 [iNFO] [sTDERR] at dimensionMethyr.common.Methyr.<clinit>(Methyr.java:210) 2012-09-03 08:27:58 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method) 2012-09-03 08:27:58 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source) 2012-09-03 08:27:58 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:341) 2012-09-03 08:27:58 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-09-03 08:27:58 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-09-03 08:27:58 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-09-03 08:27:58 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-09-03 08:27:58 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-09-03 08:27:58 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-09-03 08:27:58 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-09-03 08:27:58 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-09-03 08:27:58 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-09-03 08:27:58 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124) 2012-09-03 08:27:58 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-09-03 08:27:58 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-09-03 08:27:58 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-09-03 08:27:58 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-09-03 08:27:58 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-09-03 08:27:58 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-09-03 08:27:58 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-09-03 08:27:58 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-09-03 08:27:58 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-09-03 08:27:58 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81) 2012-09-03 08:27:58 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:442) 2012-09-03 08:27:58 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:141) 2012-09-03 08:27:58 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:405) 2012-09-03 08:27:58 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:737) 2012-09-03 08:27:58 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) I don't know why i get this, in eclipse i can run my mod, i do provide a mcmod.info file. please help me out? Thanks in advance.
  12. In your @Mod file, in your load method, you can start with registering your dimension: DimensionManager.registerProviderType(DimensionID 1 = overworld 0 = nether -1 = end or something, YourWorldProvider.class, shouldAlwaysbeLoaded true/false); DimensionManager.registerDimension(DimensionID, DimensionID); For your worldprovider class just copy worldproviderhell and change a few things, you also have to make a new chunkprovider, worldchunkmanager, your portal block, how it starts, your teleporter. i think that's it. Just see in the already existing files how minecraft did it, and in your portalblock class, in the onEntityCollidedWithBlock method use this: var6.timeUntilPortal = 10; var6.mcServer.getConfigurationManager().transferPlayerToDimension(var6, DimensionID, new YourTeleporter()); For teleporting to your dimension. I think that should work for you
  13. now we are in 1.3.2, how do i create a forge dimension there, i got everything exept the usePortal() function in my blockportal. The usePortal() function doesn't exist anymore is it replaced by another method?
  14. ok srry and i'll check them
  15. even with another forge version i keep getting this problem, is there nobody that has the same?
  16. this is really weird man, when i replace the errored files with ones that did it before and worked, it will replace but i still get that error
  17. nope, didn't fix it at all, when i drag my pics in i get that messing up thing again
  18. okay i fixed it, now another thing, where do i create my .info file?
  19. hmm.. in the readme file it says i need to install the fernflower decompiler, maybe that helps?
  20. i did, here's what i do: i extract MCP 6.2 to a folder, then i add a bin + resources with a clean minecraft.jar, then i drag the minecraft forge folder to the folder where i extracted MCP 6.2 in and then i click install.cmd, then everything works fine. when i open up my net.minecraft.src folder and drag my own added files/pictures (pictures in minecraft.jar) in and try to run it with eclipse, it finds 69 errors... i dunno what's going on here man...
  21. hello, i have another problem with forge, when i create a new MCP folder and add minecraft forge, everything is okay. then i drag in my .java files and/or pictures, and i get 69 errors with sound problems. this is the error when launching client: i hope somebody can help me out, plz!
  22. can somebody plz help me i need this
  23. i know this is probably really stupid, but i can't find it....
  24. Hello, i'm using minecraftforge for my dimension and i got a problem. i created my own chunkprovider file and a biome with topblock and fillerblock. when i change the Block.stone.blockID to mod_MOD.MYSTONE.blockID it will ignore the topblock and fillerblock and change my whole dimension to MYSTONE. but when i leave everything as Block.stone.blockID the topblock and fillerblock DOES work. can somebody plz help me?
  25. i also have a problem with a new dimension, when i want to replace the normal stone with my own stone (i already have a top and filler block) it makes the whole world my stone, and when i make it just the normal stone i do have the top and filler blocks, why can't i have my own top/filler blocks and my own stone?
×
×
  • Create New...

Important Information

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