FLUFFLE PUFF Posted June 10, 2021 Posted June 10, 2021 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 Quote
FLUFFLE PUFF Posted June 10, 2021 Author Posted June 10, 2021 Cannot instantiate the type EffectType Quote
FLUFFLE PUFF Posted June 10, 2021 Author Posted June 10, 2021 nothing , i did not find any information about "how to make custom effect" Quote
FLUFFLE PUFF Posted June 10, 2021 Author Posted June 10, 2021 ok , thanks . but how to set an icon for effect? Quote
FLUFFLE PUFF Posted June 10, 2021 Author Posted June 10, 2021 I have another question , how to make screen warp like in nether portal and how to connect this screen warp to my custom effect. Quote
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.