-
Content Count
796 -
Joined
-
Last visited
-
Days Won
1
Everything posted by 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.. -
Does your game freeze at the time the code should run where you put a breakpoint?
-
It wasn't talking about the .gitignore, but about the files stated in the .gitignore.
-
-
No case letters, so not SomeItem but someitem
-
Ah, that's why I thought it was before, now it's after preInit...
-
I think it shouldn't work if you don't use @Mod.EventBusSubscriber because the events are fired before preInit...
-
The way MrBendelScrolls does it is (what I think) the best way to do this.
-
There is an edit button for your post, you don't have to repost this...
-
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. -
[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? -
What happens when you only leave setCustomMeshDefinitionand registerItemVariants?
-
[1.11.2] Custom armor model not showing properly
Kokkie replied to Daring Do's topic in Modder Support
Show your code -
How to spawn structures in underground caves
Kokkie replied to TheRPGAdventurer's topic in Modder Support
derp -
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 -
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. -
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. -
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 -
Yes okay, figured that, where would you suggest I ask instead?
-
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?
-
Go to net.minecraft.item.crafting and you'll see a lot of vanilla IRecipes
-
GameRegistry.addRecipe(...).
-
Create an IRecipe and register it.
-
I believe you need to override getCollisionBoundingBox(...).
-
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