Started by
Aljae67
on
Topic category: Help with MCreator software
I want to make a worm like mob/boss that can dig or swim in the ground without it taking damage. Something similar to the death worm in the mod Ice and Fire. Any ideas?
Topic category: Help with MCreator software
I want to make a worm like mob/boss that can dig or swim in the ground without it taking damage. Something similar to the death worm in the mod Ice and Fire. Any ideas?
General Mechanics:
The worm can be divided into segments, with health distributed among them. Destroying enough segments could defeat the boss.
The worm can burrow through the ground at high speeds, leaving behind a visible tunnel. Players can track its movement through vibrations or visual cues.
The worm can erupt from the ground to attack players, surprising them from below.
IThe worm is immune to damage while underground, but vulnerable when it surfaces. Players can only damage it during these attack phases.
basket random
that's not a bad Idea. I don't want the worm to leave a tunnel though but thanks for the tip
Creating a mob or boss in Minecraft that can swim through specific blocks or dig underground without taking damage is an advanced task that requires modifying the game mechanics or using custom mods/plugins. Here’s a general guide on how you might achieve this, depending on whether you're using Minecraft Java Edition with mods or Minecraft Bedrock Edition with add-ons.
dinosaur game
umm... That's not a link to a guide. Sorry I can't be of more help, it does sound like an advanced feature, and my only thoughts would be to either look at the code of Vex mobs, or make your mob immune to suffocation and teleport it every tick, which would have some problems.