-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By Rincewind88888 · Posted
The code is here The code: repositories { maven { url 'https://maven.minecraftforge.net/' } flatDir { dirs 'lib' } } dependencies { minecraft 'net.minecraftforge:forge:1.19.2-43.2.0' implementation fg.deobf('com.github.glitchfiend:TerraBlender-forge:1.19.2-2.0.1.128') } The error: Could not resolve com.github.glitchfiend:TerraBlender-forge:1.19.2-2.0.1.128. -
By TeknoStyle555 · Posted
Already posted this on the issue page of the Create mod. If it's on their end, then yeah, but if it is Forge, then something has to be fixed. -
By ChampionAsh5357 · Posted
Player movement is handled on the client normally. The information is synced to the server, however. If you want to set the player position or data on the server, you basically need to sync the data to the client. You can do this by setting Entity#hurtMarked to true after setting the delta movement.
-
-
Topics
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.