I started a modded minecraft server but my friends cant get in
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
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.
-
After doing what you said ealier using curseforge launcher it says this Failed to download file. Name: forge-41.1.0.jar URL: https://launcher.mojang.com/v1/objects/c0898ec7c6a5a2eaa317770203a1554260699994/client.jar Error details: schannel: failed to receive handshake, SSL/TLS connection failed Filename on disk: forge-41.1.0.jar Path: C:\Users\p47ma\curseforge\minecraft\Install\versions\forge-41.1.0\forge-41.1.0.jar Exists: Nonexistent
-
As I said above, this is not my area of expertise. There is something of the blind leading the blind here. 🙂
-
Forget the EntityRenderer (it was EntityRendererDispatcher anyway). I was just using that to explain the translation is in 2 steps. * Step 1 - translate to the relative entity/block position * Step 2 - do additional block/entity specific changes like moving the name plate upwards (inside the Renderer) It is done this way so people that write BlockEntityRenderers or EntityRenderers don't have to deal with step 1. It is done for them. You have neither, so you need to do both steps. As I said above, an example of the code you want is in the LevelRenderer for the BlockEntityRenderDispatcher (d0, d1, d2 are the x,y,z of the camera) If you are going to force me to feed it to you on a spoon...
-
https://forums.minecraftforge.net/topic/114183-error-de-inicio-de-servidor/#comment-507027
-
-
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.