What should be processed in One Tick in notification chain?
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
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 ? -
By diesieben07 · Posted
It might be any one of the mods you have installed, or a combination of them even. Do you have the same issue with just Forge? You have to take out mods one by one to find the culprit.
-
-
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.