Jump to content

[1.14.4][SOLVED] Turning Bats hostiles


JimiIT92

Recommended Posts

Hi everyone! :D I was trying Forge for 1.14.4 these days and was trying to change to Bat's AI or make an "hostile" version of them. What i tried is to create an entity that extends the Bat Entity and adds the goals and attributes for it to attack players. However i'm clearly missing something since it doesn't work, the entity works fine in the world but is not attacking :/ Here is the entity code (not much)
 

package com.antiblaze.entities;

import net.minecraft.entity.EntityType;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.entity.ai.goal.NearestAttackableTargetGoal;
import net.minecraft.entity.passive.BatEntity;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.world.World;

/**
 * @author JimiIT92
 */
public class HostileBatEntity extends BatEntity {

    public HostileBatEntity(EntityType<? extends HostileBatEntity> type, World worldIn) {
        super(type, worldIn);
    }

    @Override
    protected void registerGoals() {
        super.registerGoals();

        this.targetSelector.addGoal(2, new NearestAttackableTargetGoal<>(this, PlayerEntity.class, true));
    }

    @Override
    protected void registerAttributes() {
        super.registerAttributes();
        this.getAttributes().registerAttribute(SharedMonsterAttributes.ATTACK_DAMAGE);
        this.getAttribute(SharedMonsterAttributes.ATTACK_DAMAGE).setBaseValue(3.0f);
    }
}

 

I've already tried changing this
 

this.targetSelector.addGoal(2, new NearestAttackableTargetGoal<>(this, PlayerEntity.class, true));

 to this
 

this.goalSelector.addGoal(2, new NearestAttackableTargetGoal<>(this, PlayerEntity.class, true));

 but that had no effects. So how can i make this new entity hostile torwards players? Or make the vanilla bats hostile? I know i must subscribe to the EntityJoinWorld event to change their AI's, however i think that giving the bats these goals would have the same "no effect"

 

Edited by JimiIT92
Solved

Don't blame me if i always ask for your help. I just want to learn to be better :)

Link to comment
Share on other sites

3 hours ago, JimiIT92 said:

but that had no effects. So how can i make this new entity hostile torwards players? Or make the vanilla bats hostile? I know i must subscribe to the EntityJoinWorld event to change their AI's, however i think that giving the bats these goals would have the same "no effect"

 

so first of all you could just replace every bat that spawns with your custom entity in the EntityJoinWorld event. second you set the attack target but the entity doesnt do anything, it also needs an AI to actually attack i think its EntityAIAttackMelee.

 

Link to comment
Share on other sites

Forgot to close the post, i got this to work in the mean time by doing this. Catching the EntityJoinEvent and doing this
 

@SubscribeEvent
    public static void onBatJoinWorldEvent(final EntityJoinWorldEvent event) {
        if(event.getEntity() instanceof BatEntity) {
            BatEntity bat = (BatEntity)event.getEntity();
            bat.goalSelector.addGoal(Settings.ATTACK_GOAL_PRIORITY, new AntiBlazeAttackGoal(bat, Settings.ATTACK_GOAL_SPEED, false));
            bat.targetSelector.addGoal(Settings.ATTACK_GOAL_PRIORITY, new NearestAttackableTargetGoal<>(bat, AntiBlazeEntity.class, false));
            if(bat.getAttributes().getAttributeInstance(SharedMonsterAttributes.ATTACK_DAMAGE) == null) {
                bat.getAttributes().registerAttribute(SharedMonsterAttributes.ATTACK_DAMAGE);
                bat.getAttribute(SharedMonsterAttributes.ATTACK_DAMAGE).setBaseValue(Settings.ATTACK_DAMAGE);
            }
        }
    }

What i've done is creating a new Goal, wich is essentially the copy of MeleeAttackGoal but with an AmbientEntity instead of a CreatureEntity. Then i've assigned this goal to the goal selector and give the bat a target like you would normally do with an hostile mob (in this case i've set to attack a custom entity from the mod itself, but you can set whatever you want). Then i set the attack damage, but only if the entity doesn't have that attribute already set. This way i managed to turn bats into some nightmares ?

Don't blame me if i always ask for your help. I just want to learn to be better :)

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

    • CubeHaven is a SMP server with unique features that can't be found on the majority of other servers! Java: MC.CUBEHAVEN.NET Bedrock: MC.CUBEHAVEN.NET:19132 3 different stores: - CubeHaven Store: Our store to purchase using real money. - Bitcoin Store: Store for Bitcoin. Bitcoin can be earned from playing the server. Giving options for players if they want to spend real money or grind to obtain exclusive packages. - Black Market: A hidden store for trading that operates outside our traditional stores, like custom enchantments, exclusive items and more. Some of our features include: Rank Up: Progress through different ranks to unlock new privileges and perks. 📈 Skills: RPG-style skill system that enhances your gaming experience! 🎮 Leaderboards: Compete and shine! Top players are rewarded weekly! 🏆 Random Teleporter: Travel instantly across different worlds with a click! 🌐 Custom World Generation: Beautifully generated world. 🌍 Dungeons: Explore challenging and rewarding dungeons filled with treasures and monsters. 🏰 Kits: Unlock ranks and gain access to various kits. 🛠️ Fishing Tournament: Compete in a friendly fishing tournament! 🎣 Chat Games: Enjoy games right within the chat! 🎲 Minions: Get some help from your loyal minions. 👥 Piñata Party: Enjoy a festive party with Piñatas! 🎉 Quests: Over 1000 quests that you can complete! 📜 Bounty Hunter: Set a bounty on a player's head. 💰 Tags: Displayed on nametags, in the tab list, and in chat. 🏷️ Coinflip: Bet with other players on coin toss outcomes, victory, or defeat! 🟢 Invisible & Glowing Frames: Hide your frames for a cleaner look or apply a glow to it for a beautiful look. 🔲✨[ Player Warp: Set your own warp points for other players to teleport to. 🌟 Display Shop: Create your own shop and sell to other players! 🛒 Item Skins: Customize your items with unique skins. 🎨 Pets: Your cute loyal companion to follow you wherever you go! 🐾 Cosmetics: Enhance the look of your character with beautiful cosmetics! 💄 XP-Bottle: Store your exp safely in a bottle for later use! 🍶 Chest & Inventory Sorting: Keep your items neatly sorted in your inventory or chest! 📦 Glowing: Stand out from other players with a colorful glow! ✨ Player Particles: Over 100 unique particle effects to show off. 🎇 Portable Inventories: Over virtual inventories with ease. 🧳 And a lot more! Become part of our growing community today! Discord: https://cubehaven.net/discord Java: MC.CUBEHAVEN.NET Bedrock: MC.CUBEHAVEN.NET:19132
    • # Problematic frame: # C [libopenal.so+0x9fb4d] It is always the same issue - this refers to the Linux OS - so your system may prevent Java from working   I am not familiar with Linux - check for similar/related issues  
    • Create a new instance and start with Embeddium/Oculus and Valkyrien Skies Try different builds of Embeddium/Valkyrien Skies until you find a working combination - then add the rest of your mods one by one or in groups
    • There are some mods missing Missing or unsupported mandatory dependencies: Mod ID: 'octolib', Requested by: 'ramcompat', Expected range: '[0.1,)', Actual version: '[MISSING]' Mod ID: 'forge', Requested by: 'tfc', Expected range: '[47.1.3,47.1.6),[47.1.81,47.2.0),[47.2.6,)', Actual version: '47.2.0' Mod ID: 'relics', Requested by: 'ramcompat', Expected range: '[0.6.5,)', Actual version: '[MISSING]' Add octolib and relics and update tfc to build 47.2.6
    • Make a test with adding LMFT https://www.curseforge.com/minecraft/mc-mods/lmft
  • Topics

×
×
  • Create New...

Important Information

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