Posted June 10, 20214 yr Here is my code: public static final DeferredRegister<Effect> EFFECTS = DeferredRegister.create(ForgeRegistries.POTIONS, Bettermushrooms.MOD_ID); public static final RegistryEvent<Effect> CUSTOMEFFECT = EFFECTS.register("CUSTOMEFFECT", () -> new Effect(new EffectType().)); <- here is error
June 10, 20214 yr Author I have another question , how to make screen warp like in nether portal and how to connect this screen warp to my custom effect.
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.