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
  • Kokkie

Kokkie

Forge Modder
 View Profile  See their activity
  • Content Count

    796
  • Joined

    September 26, 2016
  • Last visited

    February 16, 2020
  • Days Won

    1

 Content Type 

  • All Activity

Profiles

  • Status Updates
  • Status Replies

Forums

  • Topics
  • Posts

Calendar

  • Events

Everything posted by Kokkie

  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next
  • Page 5 of 31  
  1. Kokkie

    How to spawn structures in underground caves

    Kokkie replied to TheRPGAdventurer's topic in Modder Support

    Sorry, I replied something that was already said..
    • July 19, 2017
    • 58 replies
  2. Kokkie

    ForgeGradle and IntelliJ Idea - how to debug?

    Kokkie replied to rinart73's topic in Modder Support

    Does your game freeze at the time the code should run where you put a breakpoint?
    • July 19, 2017
    • 3 replies
  3. Kokkie

    [1.8] Cannot find my custom biome!

    Kokkie replied to Arionas_MC's topic in Modder Support

    It wasn't talking about the .gitignore, but about the files stated in the .gitignore.
    • July 18, 2017
    • 36 replies
  4. Kokkie

    Change Minecraft buttons with images.

    Kokkie replied to HuskyHMC's topic in Modder Support

    • July 18, 2017
    • 14 replies
  5. Kokkie

    [1.12] Register Item

    Kokkie replied to Razor's topic in Modder Support

    No case letters, so not SomeItem but someitem
    • July 18, 2017
    • 13 replies
      • 1
      • Like
  6. Kokkie

    [1.12] Register Item

    Kokkie replied to Razor's topic in Modder Support

    Ah, that's why I thought it was before, now it's after preInit...
    • July 18, 2017
    • 13 replies
  7. Kokkie

    [1.12] Register Item

    Kokkie replied to Razor's topic in Modder Support

    I think it shouldn't work if you don't use @Mod.EventBusSubscriber because the events are fired before preInit...
    • July 18, 2017
    • 13 replies
  8. Kokkie

    [1.12] Register Item

    Kokkie replied to Razor's topic in Modder Support

    The way MrBendelScrolls does it is (what I think) the best way to do this.
    • July 18, 2017
    • 13 replies
  9. Kokkie

    ItemTossEvent Does not work on multiplayer

    Kokkie replied to Zee's topic in Modder Support

    There is an edit button for your post, you don't have to repost this...
    • July 18, 2017
    • 12 replies
  10. Kokkie

    Recommended vs latest version rule of thumb

    Kokkie replied to That_Martin_Guy's topic in Modder Support

    I'd say take the recommended, because you know.. It's recommended.
    • July 17, 2017
    • 3 replies
  11. Kokkie

    [1.11.2] Custom armor model not showing properly

    Kokkie replied to Daring Do's topic in Modder Support

    Aren't there any errors in the console?
    • July 16, 2017
    • 28 replies
  12. Kokkie

    1.12 Custom resource location

    Kokkie replied to vsbmeza's topic in Modder Support

    What happens when you only leave setCustomMeshDefinitionand registerItemVariants?
    • July 16, 2017
    • 17 replies
  13. Kokkie

    [1.11.2] Custom armor model not showing properly

    Kokkie replied to Daring Do's topic in Modder Support

    Show your code
    • July 16, 2017
    • 28 replies
  14. Kokkie

    How to spawn structures in underground caves

    Kokkie replied to TheRPGAdventurer's topic in Modder Support

    derp
    • July 16, 2017
    • 58 replies
  15. Kokkie

    I know this isn't a Support forum but.. Gradle.

    Kokkie replied to Gamecool_10's topic in ForgeGradle

    That's 32bit, you need x64 instead of x86
    • July 15, 2017
    • 11 replies
      • 1
      • Like
  16. Kokkie

    I know this isn't a Support forum but.. Gradle.

    Kokkie replied to Gamecool_10's topic in ForgeGradle

    Just keep this up, everybody seems to ask help with gradle here.
    • July 15, 2017
    • 11 replies
      • 1
      • Like
  17. Kokkie

    I know this isn't a Support forum but.. Gradle.

    Kokkie replied to Gamecool_10's topic in ForgeGradle

    At the top of the page there's a link to modder support. Also, I think http://www.minecraftforge.net/forum/index.php/board,15.0.html used to be the link to Support & Bug Reports.
    • July 15, 2017
    • 11 replies
  18. Kokkie

    I know this isn't a Support forum but.. Gradle.

    Kokkie replied to Gamecool_10's topic in ForgeGradle

    What link do you mean with
    • July 15, 2017
    • 11 replies
  19. Kokkie

    Programming questions?

    Kokkie replied to Kokkie's topic in Off-topic

    Yes okay, figured that, where would you suggest I ask instead?
    • July 15, 2017
    • 4 replies
  20. Kokkie

    Programming questions?

    Kokkie posted a topic in Off-topic

    Hello, I wondered if I could ask questions about problems I run into while programming games of myself using java? Or would I have to go to another forum?
    • July 15, 2017
    • 4 replies
  21. Kokkie

    Specialty/Complex Recipes?

    Kokkie replied to drok0920's topic in Modder Support

    Go to net.minecraft.item.crafting and you'll see a lot of vanilla IRecipes
    • July 13, 2017
    • 6 replies
  22. Kokkie

    Specialty/Complex Recipes?

    Kokkie replied to drok0920's topic in Modder Support

    GameRegistry.addRecipe(...).
    • July 13, 2017
    • 6 replies
      • 1
      • Like
  23. Kokkie

    Specialty/Complex Recipes?

    Kokkie replied to drok0920's topic in Modder Support

    Create an IRecipe and register it.
    • July 13, 2017
    • 6 replies
  24. Kokkie

    [1.10.2]Player Event Issue

    Kokkie replied to Mastef_Chief's topic in Modder Support

    I believe you need to override getCollisionBoundingBox(...).
    • July 13, 2017
    • 8 replies
  25. Kokkie

    [1.10.2]Player Event Issue

    Kokkie replied to Mastef_Chief's topic in Modder Support

    Your collision bounding box is the full block, but that wont work because you don't collide with the block if you're on top of it, instead of 'inside' of it, so make the bounding box height a fraction smaller
    • July 13, 2017
    • 8 replies
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next
  • Page 5 of 31  
  • All Activity
  • Home
  • Kokkie
  • Theme

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