Jump to content
  • Home
  • Files
  • Docs
  • Merch
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

 Content Type 

  • All Activity

Profiles

  • Status Updates
  • Status Replies

Forums

  • Topics
  • Posts

Calendar

  • Events
  • Event Comments

Everything posted by calclavia

  • Prev
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • Next
  • Page 7 of 16  
  1. calclavia

    GUIs are being a pain

    calclavia replied to Elusivehawk's topic in General Discussion

    Fixed it. Read the UE post.
    • July 2, 2012
    • 2 replies
  2. calclavia

    Generating Liquid

    calclavia posted a topic in General Discussion

    How would I generate liquid in Forge? Any hook for that? Let's say I want to generate a oil pool...
    • July 1, 2012
    • 1 reply
  3. calclavia

    Delaying actions

    calclavia replied to Texasjake95's topic in General Discussion

    onUpdate() { ticks ++; if(ticks > 80) { //DO HUGE EXPlOSION AND END WORLD } } Something like that...
    • July 1, 2012
    • 4 replies
  4. calclavia

    Send Image using forge packets?

    calclavia replied to DarkGuardsman's topic in General Discussion

    Why don't you send a reference to the image for example a URL instead? Takes less memory.
    • June 30, 2012
    • 4 replies
  5. calclavia

    sending msg to player entering command

    calclavia replied to DarkGuardsman's topic in General Discussion

    I use this code in ICBM to send a chat message to a player. "player" is of course EntityPlayer. player.addChatMessage("Defuser out of electricity!");
    • June 30, 2012
    • 2 replies
  6. calclavia

    Disabling blocks

    calclavia replied to Texasjake95's topic in General Discussion

    Maybe check if IC2 is generating ores and if it is don't generate those ores? That's what Forestry does...
    • June 29, 2012
    • 14 replies
  7. calclavia

    Disabling blocks

    calclavia replied to Texasjake95's topic in General Discussion

    Try doing this: Block.blockList[iC2COPPERBLOCKID] = null; You just nullified their block Something like that should work. Not sure though. I don't get why you would want to disable their blocks.
    • June 29, 2012
    • 14 replies
  8. calclavia

    Disabling blocks

    calclavia replied to Texasjake95's topic in General Discussion

    try using the isModLoader function from ModLoader checking is a mod is loaded...
    • June 29, 2012
    • 14 replies
  9. calclavia

    Dispenser

    calclavia posted a topic in Suggestions

    I think the dispenser handling should be done in a IDispenserHandler that is registered through a function MinecraftForge.registerDispenserHandler instead of handling in the BaseMod class. I think this is a more structured way to do things since all other handlers are registered (e.g ISoundHandler)...
    • June 29, 2012
    • 1 reply
  10. calclavia

    Suffocation support?

    calclavia replied to RaustBD's topic in General Discussion

    I think Forge should include the player API. Generally I think a player would feel annoyed when they have to install Forge, then player API.
    • June 29, 2012
    • 19 replies
  11. calclavia

    4096 glitch?

    calclavia replied to calclavia's topic in General Discussion

    Thanks.
    • June 27, 2012
    • 4 replies
  12. calclavia

    4096 glitch?

    calclavia posted a topic in General Discussion

    There seems to be this glitch though I am not sure if it's Forge's problem or mine. That is when I have a block higher than 256 value the block will appear in a weird way in the creative menu. I have this block that is like a reed and has an item version and a block version for it. I don't want the block version to appear in the inventory but it does. I specified explicitly for it not to be added to the creative menu but it still does and I can't stop it. Is there anyway I can fix this or is this a Forge 4096 bug? This applies to all the "hidden" blocks (un-placable directly) I have which are not supposed to be shown in creative menu.
    • June 27, 2012
    • 4 replies
  13. calclavia

    There really should be a Modder Support section.

    calclavia replied to Qwertygiy's topic in General Discussion

    I agree. Most stuff that is for modder support is written in the general discussion section.
    • June 27, 2012
    • 7 replies
  14. calclavia

    Tooltip and GUI

    calclavia replied to calclavia's topic in General Discussion

    Yup I found it! Thanks.
    • June 27, 2012
    • 3 replies
  15. calclavia

    Tooltip and GUI

    calclavia replied to calclavia's topic in General Discussion

    Hmm. I will look into that and get back to you.
    • June 27, 2012
    • 3 replies
  16. calclavia

    Tooltip and GUI

    calclavia posted a topic in General Discussion

    I have a GUI with some complex things inside and I would like to make it so when a player hovers over something it will show a tool tip bar (like the how the item has a tool tip bar when you hover it). Is there a way to do this?
    • June 26, 2012
    • 3 replies
  17. calclavia

    Mod Download Site

    calclavia replied to calclavia's topic in General Discussion

    I agree. Even with 4069 IDs, it's still possible to get a ID conflict. Forge should handle ID syncs in servers. Simply send a data pack with IDs for mods that use them and then change the clients IDs to fit the server. Once again it's easy to say it but might not be easy to actually do this...
    • June 26, 2012
    • 48 replies
  18. calclavia

    Base Classes

    calclavia replied to Texasjake95's topic in General Discussion

    I think you can by using Java Reflections
    • June 25, 2012
    • 7 replies
  19. calclavia

    Sub-id's

    calclavia replied to Rheel's topic in General Discussion

    Can you specifically tell me what problems you have? Like show some code and things. Saying you can't do a general thing doesn't let me know what specific problem you have. Metadata is a broad subject.
    • June 25, 2012
    • 4 replies
  20. calclavia

    [v1.2.5] Aquaculture

    calclavia replied to Shadowclaimer's topic in Mods

    Make the fish visible in the water while it's swimming and not like the Minecraft fish which can be fished out from one block of water...
    • June 25, 2012
    • 6 replies
  21. calclavia

    Sub-id's

    calclavia replied to Rheel's topic in General Discussion

    Do some research and learn metadata.
    • June 25, 2012
    • 4 replies
  22. calclavia

    Forge MP, Bukkit and Minecraft 1.3

    calclavia replied to Kinniken's topic in General Discussion

    This is the first time I saw lex writing in a big paragraph for a forum reply...
    • June 25, 2012
    • 102 replies
  23. calclavia

    Potion

    calclavia replied to calclavia's topic in Suggestions

    Thank you. Now that was actually helpful I didn't know what reflection was until you mentioned it.
    • June 25, 2012
    • 9 replies
  24. calclavia

    [SOLVED] Sound

    calclavia replied to calclavia's topic in General Discussion

    I pat myself in the back
    • June 25, 2012
    • 27 replies
  25. calclavia

    Potion

    calclavia replied to calclavia's topic in Suggestions

    I am pretty much on potions. But thanks for your help anyway. I will look into it. It was very helpful.
    • June 25, 2012
    • 9 replies
  • Prev
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • Next
  • Page 7 of 16  
  • All Activity
  • Home
  • calclavia
  • Theme
  • Contact Us
  • Discord

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