1.16.4 Forge world not showing up in minecraft
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
BananaSquares/ForgeMod (github.com) I uploaded the src folder
-
By diesieben07 · Posted
And at no point did it occur to you that maybe, just maybe, this conversation is over? Strange. -
By diesieben07 · Posted
Calling newSimpleChannel is the registration. Hence doing it in some random static initializer is a bad idea. Do it at a known point in time, FMLCommonSetupEvent would be appropriate. -
Actually when you spawn an item manually be carefull to place in the center of the broken block. Place it in block.posX+0.5F, block.posY+0.5F, etc. When it is not placed in the center it will move and might disapear threw other blocks.
-
By SmokingDude · Posted
private static final String PROTOCOL_VERSION = "1.0"; public static final SimpleChannel INSTANCE = NetworkRegistry.newSimpleChannel( new ResourceLocation("cosmod", "main"), () -> PROTOCOL_VERSION, PROTOCOL_VERSION::equals, PROTOCOL_VERSION::equals ); I actually have this in a class i don't have to specify i register the simpleimpl anywhere ?
-
-
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.