
Everything posted by Kokkie
-
How to spawn structures in underground caves
Sorry, I replied something that was already said..
-
ForgeGradle and IntelliJ Idea - how to debug?
Does your game freeze at the time the code should run where you put a breakpoint?
-
[1.8] Cannot find my custom biome!
It wasn't talking about the .gitignore, but about the files stated in the .gitignore.
-
Change Minecraft buttons with images.
- [1.12] Register Item
No case letters, so not SomeItem but someitem- [1.12] Register Item
Ah, that's why I thought it was before, now it's after preInit...- [1.12] Register Item
I think it shouldn't work if you don't use @Mod.EventBusSubscriber because the events are fired before preInit...- [1.12] Register Item
The way MrBendelScrolls does it is (what I think) the best way to do this.- ItemTossEvent Does not work on multiplayer
There is an edit button for your post, you don't have to repost this...- Recommended vs latest version rule of thumb
I'd say take the recommended, because you know.. It's recommended.- [1.11.2] Custom armor model not showing properly
Aren't there any errors in the console?- 1.12 Custom resource location
What happens when you only leave setCustomMeshDefinitionand registerItemVariants?- [1.11.2] Custom armor model not showing properly
Show your code- How to spawn structures in underground caves
derp- I know this isn't a Support forum but.. Gradle.
That's 32bit, you need x64 instead of x86- I know this isn't a Support forum but.. Gradle.
Just keep this up, everybody seems to ask help with gradle here.- I know this isn't a Support forum but.. Gradle.
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.
What link do you mean with- Programming questions?
Yes okay, figured that, where would you suggest I ask instead?- Programming questions?
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?- Specialty/Complex Recipes?
Go to net.minecraft.item.crafting and you'll see a lot of vanilla IRecipes- Specialty/Complex Recipes?
GameRegistry.addRecipe(...).- Specialty/Complex Recipes?
Create an IRecipe and register it.- [1.10.2]Player Event Issue
I believe you need to override getCollisionBoundingBox(...).- [1.10.2]Player Event Issue
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 - [1.12] Register Item
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.