Jump to content

[1.15.2] Custom Regen Effect


kykaro

Recommended Posts

Hi, so I am trying to make a custom regen effect that is enabled when the player wears a certain piece of armor. I thought making a custom potion effect would be the best way to go about that, but perhaps not (if you have a better idea I am all for it, I am new to modding minecraft). I have been able to register a new effect with forge and I figured the best time to check if they have the armor on is during the LivingEquipmentChangeEvent, that way its only firing on a trigger and not all the time. I am able to get the effect to show up, as in when they wear the item, they have the effect with artwork, proper name, proper swirl color, all that fun stuff, but the effect doesnt tick at all. I know I am doing something simple wrong, but I just cant quite figure it out. 

So
 

//Where I add the effect

@Mod.EventBusSubscriber(modid = FantasyOres.MOD_ID, bus = Mod.EventBusSubscriber.Bus.FORGE, value = Dist.CLIENT)
public class ArmorEffect {

  @SubscribeEvent
      public static void onEquip(LivingEquipmentChangeEvent event) {
          LivingEntity actor = event.getEntityLiving();
          if (actor instanceof PlayerEntity) {
            Iterable<ItemStack> equipment = actor.getEquipmentAndArmor();
            //Increment through all equipped items
            for (ItemStack i : equipment) {
                //check against tag. since any ruby item should grant the effect
                //TODO there has to be a better way to do this
                if (i.getItem().getTags().toString().contains("fantasyores:ruby") {
                  actor.addPotionEffect(new EffectInstance(EffectInit.RUBY_REGEN_EFFECT.get(),100,1));
                }
            }
      }
}

//Where I register effect
public class EffectInit {

    public static final DeferredRegister<Effect> EFFECTS = new DeferredRegister<>(ForgeRegistries.POTIONS, FantasyOres.MOD_ID);
    public static final DeferredRegister<Potion> POTIONS = new DeferredRegister<>(ForgeRegistries.POTION_TYPES, FantasyOres.MOD_ID);

    public static final RegistryObject<Effect> RUBY_REGEN_EFFECT = EFFECTS.register("ruby_regen",() -> new RegenEffect(EffectType.BENEFICIAL, 15151675));
    public static final RegistryObject<Potion> RUBY_REGEN_POTION = POTIONS.register("ruby_regen", () -> new Potion(new EffectInstance(RUBY_REGEN_EFFECT.get())));
}

//Regen Effect with debug
public class RegenEffect extends Effect {


    public RegenEffect(EffectType typeIn, int liquidColorIn) {
        super(typeIn, liquidColorIn);
        FantasyOres.LOGGER.info("Constructor called");
    }

    @Override
    public void performEffect(LivingEntity entityLivingBaseIn, int amplifier) {
        FantasyOres.LOGGER.info("Tick");
        if (entityLivingBaseIn.getHealth() < entityLivingBaseIn.getMaxHealth()) {
            entityLivingBaseIn.heal(1.0F);
        } else {
            entityLivingBaseIn.heal((float)Math.max(4 << amplifier, 0));
        }
    }

    @Override
    public void affectEntity(@Nullable Entity source, @Nullable Entity indirectSource, LivingEntity entityLivingBaseIn, int amplifier, double health) {
        FantasyOres.LOGGER.info("entity affected by ruby regen");
        this.performEffect(entityLivingBaseIn, amplifier);
    }
}

//Main class
@Mod(FantasyOres.MOD_ID)
@Mod.EventBusSubscriber(modid = FantasyOres.MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD)
public class FantasyOres {

    public static final Logger LOGGER = LogManager.getLogger();
    public static final String MOD_ID = "fantasyores";

    public FantasyOres() {
        final IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus();
        modEventBus.addListener(this::setup);
        modEventBus.addListener(this::doClientStuff);

        EffectInit.EFFECTS.register(modEventBus);
        EffectInit.POTIONS.register(modEventBus);
        ItemInit.ITEMS.register(modEventBus);

        BlockInit.BLOCKS.register(modEventBus);

        BiomeInit.BIOMES.register(modEventBus);
        //DimensionInit.MOD_DIMENSIONS.register(modEventBus);

        MinecraftForge.EVENT_BUS.register(this);
    }

    @SubscribeEvent
    public static void onRegisterItems(final RegistryEvent.Register<Item> event) {
        final IForgeRegistry<Item> registry = event.getRegistry();

        BlockInit.BLOCKS.getEntries().stream().map(RegistryObject::get).forEach(block -> {
            final Item.Properties properties = new Item.Properties().group(FantasyOres.TAB);
            final BlockItem blockItem = new BlockItem(block, properties);
            blockItem.setRegistryName(block.getRegistryName());
            registry.register(blockItem);
        });
    }

    @SubscribeEvent
    public static void onRegisterBiomes(final RegistryEvent.Register<Biome> event) {
        BiomeInit.registerBiomes();
    }

    private void setup(final FMLCommonSetupEvent event) {

    }

    private void doClientStuff(final FMLClientSetupEvent event) {

    }

    @SubscribeEvent
    public void onServerStarting(FMLServerStartingEvent event) {

    }

    @Mod.EventBusSubscriber(bus=Mod.EventBusSubscriber.Bus.MOD)
    public static class RegistryEvents {

    }

    @SubscribeEvent
    public static void LoadCompleteEvent(FMLLoadCompleteEvent event) {
        ModOreGen.GenerateOre();
    }


    public static final ItemGroup TAB = new ItemGroup("fantasyores_tab") {
        @Override
        public ItemStack createIcon() { return new ItemStack(ItemInit.RUBY.get()); }
    };
}


Any help is appreciated, sorry if the code is a bit messy, new to this all.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Baba  Serege [[+27-73 590 8989]] has experience of 27 years in helping and guiding many people from all over the world. His psychic abilities may help you answer and resolve many unanswered questions. He specialize in helping women and men from all walks of life.. 1) – Bring back lost lover. even if lost for a long time. 2) – My lover is abusing alcohol, partying and cheating on me I urgently need help” 3) – Divorce or court issues. 4) – Is your love falling apart? 5) – Do you want your love to grow stronger? 6) – Is your partner losing interest in you? 7) – Do you want to catch your partner cheating on you? – We help to keep your partner faithful and loyal to you. 9) – We recover love and happiness when relationship breaks down. 10) – Making your partner loves you alone. 11) – We create loyalty and everlasting love between couples. 12) – Get a divorce settlement quickly from your ex-partner. 13) – We create everlasting love between couples. 14) – We help you look for the best suitable partner. 15) – We bring back lost lover even if lost for a long time. 16) – We strengthen bonds in all love relationship and marriages 17) – Are you an herbalist who wants to get more powers? 18) – Buy a house or car of your dream. 19) – Unfinished jobs by other doctors come to me. 20) – I help those seeking employment. 21) – Pensioners free treatment. 22) – Win business tenders and contracts. 23) – Do you need to recover your lost property? 24) – Promotion at work and better pay. 25) – Do you want to be protected from bad spirits and nightmares? 26) – Financial problems. 27) – Why you can’t keep money or lovers? 28) – Why you have a lot of enemies? 29) – Why you are fired regularly on jobs? 30) – Speed up money claim spell, delayed payments, pension and accident funds 31) – I help students pass their exams/interviews. 33) – Removal of bad luck and debts. 34) – Are struggling to sleep because of a spiritual wife or husband. 35- ) Recover stolen property
    • OLXTOTO adalah situs bandar togel online resmi terbesar dan terpercaya di Indonesia. Bergabunglah dengan OLXTOTO dan nikmati pengalaman bermain togel yang aman dan terjamin. Koleksi toto 4D dan togel toto terlengkap di OLXTOTO membuat para member memiliki pilihan taruhan yang lebih banyak. Sebagai situs togel terpercaya, OLXTOTO menjaga keamanan dan kenyamanan para membernya dengan sistem keamanan terbaik dan enkripsi data. Transaksi yang cepat, aman, dan terpercaya merupakan jaminan dari OLXTOTO. Nikmati layanan situs toto terbaik dari OLXTOTO dengan tampilan yang user-friendly dan mudah digunakan. Layanan pelanggan tersedia 24/7 untuk membantu para member. Bergabunglah dengan OLXTOTO sekarang untuk merasakan pengalaman bermain togel yang menyenangkan dan menguntungkan.
    • Baba  Serege [[+27-73 590 8989]] has experience of 27 years in helping and guiding many people from all over the world. His psychic abilities may help you answer and resolve many unanswered questions. He specialize in helping women and men from all walks of life.. 1) – Bring back lost lover. even if lost for a long time. 2) – My lover is abusing alcohol, partying and cheating on me I urgently need help” 3) – Divorce or court issues. 4) – Is your love falling apart? 5) – Do you want your love to grow stronger? 6) – Is your partner losing interest in you? 7) – Do you want to catch your partner cheating on you? – We help to keep your partner faithful and loyal to you. 9) – We recover love and happiness when relationship breaks down. 10) – Making your partner loves you alone. 11) – We create loyalty and everlasting love between couples. 12) – Get a divorce settlement quickly from your ex-partner. 13) – We create everlasting love between couples. 14) – We help you look for the best suitable partner. 15) – We bring back lost lover even if lost for a long time. 16) – We strengthen bonds in all love relationship and marriages 17) – Are you an herbalist who wants to get more powers? 18) – Buy a house or car of your dream. 19) – Unfinished jobs by other doctors come to me. 20) – I help those seeking employment. 21) – Pensioners free treatment. 22) – Win business tenders and contracts. 23) – Do you need to recover your lost property? 24) – Promotion at work and better pay. 25) – Do you want to be protected from bad spirits and nightmares? 26) – Financial problems. 27) – Why you can’t keep money or lovers? 28) – Why you have a lot of enemies? 29) – Why you are fired regularly on jobs? 30) – Speed up money claim spell, delayed payments, pension and accident funds 31) – I help students pass their exams/interviews. 33) – Removal of bad luck and debts. 34) – Are struggling to sleep because of a spiritual wife or husband. 35- ) Recover stolen property
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.