4.0 Forge setup requires Mincraft_Server.jar to be downlaoded.
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By ElTotisPro50 · Posted
So, i want that i can hurt my entity, but at the same time is like it doesnt have any collisions(like a ghost that i can't trespass it) The method "isPushable" is not working when im returning false and im overriding it, so for fixing that(make that i cant push it when i hit my entity) i did this: @Override public void knockback(double p_147241_, double p_147242_, double p_147243_) { super.knockback(0,0,0); } And the only thing remaining as i said, make that i can't pass through my entity I thought that the method "canBeCollidedWith" could work but that doesnt let me hurt my entity, so i need another method to do it -
When I use biomes o plenty and flans mod it is crashing my game. ;-;
-
Used information from that and my brain to fix it, thank you its installing just taking a while. By the way thank you so much for all the help
-
Most likely you have a very old version of java installed on your machine and curseforge is using it because it is the java in your operating system path . This comes up multiple times a week in relation to the Forge installer. e.g. https://forums.minecraftforge.net/topic/113778-version-119-41098-not-installing-due-to-javaxnetsslsslhandshakeexceptionsunsecurityvalidatorvalidatorexception/ If that doesn't fix it, you will need to speak to curseforge: https://support.curseforge.com/en/support/home
-
If you have a dimension then you must have a chunk generator and that must have a biome source. The biome source is what decides which biomes to use. You can do all this with json as well if you want: https://minecraft.fandom.com/wiki/Custom_dimension You only need to write code if the vanilla options/behaviour are not what you want.
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.