Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • calclavia

calclavia

Forge Modder
 View Profile  See their activity
  • Content Count

    2281
  • Joined

    April 26, 2012
  • Last visited

    December 13, 2012

Community Reputation

81 Excellent

About calclavia

  • Rank
    World Shaper

Converted

  • Gender
    Male
  • URL
    http://calclavia.com/
  • Personal Text
    ICBM Mod: http://calclavia.com/icbm/

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. calclavia started following Bump, Languages and addBlockEvent February 1, 2017
  2. calclavia

    Save Folder

    calclavia posted a topic in Modder Support

    How can I get the directory of the world save folder to save my custom xxx.dat files? I can't find a variable that holds this information. NEI did it properly.
    • November 26, 2012
    • 1 reply
  3. calclavia

    Languages

    calclavia replied to calclavia's topic in Modder Support

    Thanks! That's what I was looking for...
    • November 24, 2012
    • 7 replies
  4. calclavia

    Languages

    calclavia replied to calclavia's topic in Modder Support

    That's not what I mean. I want to set up something like a language file which I can switch my mod to using. Like this: https://github.com/CovertJaguar/Railcraft-Localization How would I, from that file apply all those language settings into my blocks and items?
    • November 23, 2012
    • 7 replies
  5. calclavia

    Languages

    calclavia replied to calclavia's topic in Modder Support

    My Manager Pack can do this. I just have to put the source up. I'm looking for a native way to do it with just Forge. Railcraft seems to be able to achieve this.
    • November 23, 2012
    • 7 replies
  6. calclavia

    Languages

    calclavia posted a topic in Modder Support

    How would I create language files and use them so my mod can be used in multiple languages?
    • November 23, 2012
    • 7 replies
  7. calclavia

    Nitro Model Thingy

    calclavia replied to OvermindDL1's topic in OverMods

    I still don't really understand how to sue this thing. My modler currently uses Techne...
    • October 22, 2012
    • 11 replies
  8. calclavia

    Chunk Loading

    calclavia posted a topic in Modder Support

    I recently saw that Forge added awesome chunk loading functions, though I am not sure how to use it. I saw the commit CPW did to BC for its quarry, but my purpose is slightly different. I'm trying to make a specific entity that will always load the chunk it is in. How would I do that?
    • September 25, 2012
    • 1 reply
  9. calclavia

    addBlockEvent

    calclavia replied to calclavia's topic in General Discussion

    Ahh.. understood
    • September 20, 2012
    • 2 replies
  10. calclavia

    addBlockEvent

    calclavia posted a topic in General Discussion

    I just discovered world.addBlockEvent and it seems to be a neat and simple way of transferring packets without sending too much data (in comparison to Forge's packet managers). However, I keep getting these weird unsolvable errors... 2012-09-19 22:36:51 [iNFO] [sTDERR] java.util.ConcurrentModificationException 2012-09-19 22:36:51 [iNFO] [sTDERR] at java.util.ArrayList$Itr.checkForComodification(Unknown Source) 2012-09-19 22:36:51 [iNFO] [sTDERR] at java.util.ArrayList$Itr.next(Unknown Source) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.src.WorldServer.sendAndApplyBlockEvents(WorldServer.java:880) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.src.WorldServer.tick(WorldServer.java:122) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:607) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:547) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.src.IntegratedServer.tick(IntegratedServer.java:105) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.src.ThreadServerApplication.run(ThreadServerApplication.java:17)
    • September 19, 2012
    • 2 replies
  11. calclavia

    Loading Chunks

    calclavia posted a topic in General Discussion

    My entities travels extremely far. Is there a way I can make Forge load some chunks it passes through? The new Forge got rid of the chunk loading hooks I think...
    • August 30, 2012
    • 1 reply
  12. calclavia

    Mod not being loaded

    calclavia replied to calclavia's topic in Modder Support

    CPW told me it's something to do with my mod not packaging properly. It says in the Forge log my zip file is ignored. EDIT: It's all because of the mcmod.info file. Azanor try copying the new format of the mcmod.info file because if the info file is wrong, the mod won't be loaded. My mod is working nicely now!
    • August 17, 2012
    • 5 replies
  13. calclavia

    Chat command handler?

    calclavia replied to DarkGuardsman's topic in General Discussion

    I think it has moved in to Forge's new annotation system via events and the Event_BUS. Use @ForgeSubscribe above your function and with the event... I think there's a tutorial in the tutorial section about this.
    • August 17, 2012
    • 4 replies
  14. calclavia

    Mod not being loaded

    calclavia replied to calclavia's topic in Modder Support

    When the log says "mod.zip failed to load properly" does it mean the packaging is bad or the code inside is bad? Or does it mean it can't identify the mod in the zip hence it ignored the zip?
    • August 17, 2012
    • 5 replies
  15. calclavia

    Mod not being loaded

    calclavia posted a topic in Modder Support

    I don't understand why my mod, Universal Electricity with Forge properly installed (tested with IronChest mod) doesn't load up when I put my mod zip file in the mods folder. Iron chest loads no problem, I did it as a test but my mod doesn't load and doesn't even show up in the mod list (in the Minecraft menu). I included a mcmod.info file for it. The mod works perfectly in MCP with no bugs and tested to be working pretty good. The only problem is that in the "real Minecraft" it doesn't get loaded up... No logs and error reports show up since the mod isn't even loaded yet.
    • August 17, 2012
    • 5 replies
  16. calclavia

    Sound Events?

    calclavia posted a topic in General Discussion

    Anyone know how the new Forge handles custom sound effects? If so would anyone care to give a quick example or some pointers? Thanks.
    • August 16, 2012
    • 2 replies
  • All Activity
  • Home
  • calclavia
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community