Jump to content

Moonrise

Members
  • Posts

    7
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Moonrise's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Item.onUpdate( ... int par4, boolean par5), what is par4 and par5?
  2. [embed=425,349] 2014-01-29 10:00:53 [정보] [sTDERR] java.lang.InstantiationException: moonrise.spatialcontainer.block.TileBoxFilled 2014-01-29 10:00:53 [정보] [sTDERR] at java.lang.Class.newInstance(Unknown Source) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.tileentity.TileEntity.createAndLoadEntity(TileEntity.java:140) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.readChunkFromNBT(AnvilChunkLoader.java:440) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT(AnvilChunkLoader.java:103) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk(AnvilChunkLoader.java:83) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.world.gen.ChunkProviderServer.safeLoadChunk(ChunkProviderServer.java:182) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:292) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:90) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:107) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443) 2014-01-29 10:00:53 [정보] [sTDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2014-01-29 10:00:53 [경고] [Minecraft-Server] Skipping TileEntity with id TileBoxFilled [/embed] how can i fix it??
  3. hi there, i have a question about modeling. I made a fancy(i think) block with TESR. and i wanna keep spining some parts of it, so i added some codes like this. https://github.com/Moonrise1275/CelestialCraft/blob/master/CelestialCraft/moonrise/celestialcraft/model/ModelAlter.java https://github.com/Moonrise1275/CelestialCraft/blob/master/CelestialCraft/moonrise/celestialcraft/render/TileStarLightAlterRenderer.java https://github.com/Moonrise1275/CelestialCraft/blob/master/CelestialCraft/moonrise/celestialcraft/block/TileStarLightAlter.java ..and nothing happened what should i do for it?
  4. first, it's my block's code https://github.com/Moonrise1275/CelestialCraft/blob/master/CelestialCraft/moonrise/celestialcraft/block/BlockStarLightAlter.java it is metadata based TileEntity block, 0 is create TileStarLightAlter, 1 is create TileStarLightReflector. when i place this block with metadata 0, it works well. but when i place this with 1, it create TileStarLightAlter, result of metadata 0 how can i fix this problem?
  5. Oh god, i love you sir! I'll try it and tell you ASAP. But now here is night, so it may be tomorrow. Good night and sweet modding
  6. I just used eclipse's "export" function and i'm sure my source codes changed to .class file And reobfuscate.... i dont know what is and how to reobfuscate :-(cry)
  7. hello there, I'm trying to make my first mod now. I'd just added a simple block and simple item which implement buildcraft's IToolWrench. and i'd added a simple recipe and buildcraft assembly table recipe, just for experiment. and finally, i pressed the 'RUN' button in eclipse, and...it worked well. then why have i started this topic? cuz such a strange problem occurred. after i export all of my packages to jar file and threw it into my client's mods folder, my mod always makes crash. full crash report is here. and my mod's source file is here. what should i do? :-( i'm korean, and i'm pretty not good at english. and this is my first topic in MCF forum. so my writing can be so rude and messy. sorry for that. and thanks for reading my topic ^^
×
×
  • Create New...

Important Information

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