What are Elder Guardians and what do they do in Minecraft?


Elder Guardians behave differently from other underwater mobs in Minecraft. They do not swim around as much as normal guardians and do not swim away when approached by a player it is targeting, unlike regular guardians. Like normal guardians, elder guardians attempt to attack both the player and the squid.

The elder guardian’s eye follows and stares at any nearby players, and always looks directly at its target. The eye still follows a player under the effects of Invisibility or in Spectator mode, but doesn’t attack.

Elder guardians are considered aquatic mobs and thus are affected by the Impaling enchantment. The elder guardian has three methods of attacking, including firing its laser, inflicting Mining Fatigue, and a defensive thorn-like attack.

Laser

The elder guardian’s laser takes several seconds to charge, doing no damage and allowing the player to move away in the meantime. As it charges, it turns from purple to bright yellow, thus acting as a warning indicator. Once charged, the beam flashes green, abruptly ends, and deals 12 hearts times 6 damage on hard difficulty. The elder guardian swims around for a few seconds before firing again. The beam cannot be dodged and has a maximum range of approximately 14 blocks. Once the player is out of range, or if the beam is obstructed by solid blocks, the guardian’s beam disengages from the player and deals no damage.

Inflicting Mining Fatigue

In Java Edition, immediately after spawning and once each minute thereafter, the elder guardian searches for any player within a spherical radius of 50 blocks to afflict with Mining Fatigue III. In Bedrock Edition, the elder guardian inflicts any unafflicted player within range immediately.

When afflicted, the player sees a ghostly image of the elder guardian and hears a ghostly noise. The effect decreases a player’s attack speed by 30% and decreases mining speed even more for 5 minutes. The attack targets players through blocks, even underground, and a potion of Invisibility offers no defense. This is not considered an attack in regards to the Thorn’s enchantment.

Spikes Defense

An elder guardian deals 2 hearts (3 hearts on hard mode) of damage every time it is hit while its spikes are extended, similar to the Thorns enchantment on the armor. If cornered by a player or axolotl, the elder guardian usually extends its spikes and fires at point-blank range.

/g; var matches = html.match(regex); if(matches) { var toReplace = []; for(var i=0; i < matches.length; i++) { toReplace.push(matches[i].replace(/(]+?>| |<\/p>)/img, "")); } for(var i=0; i < toReplace.length; i++) { html = html.replace(matches[i], toReplace[i]); } } return html; } function getSanitizedHeadingHTML(infoInput, slug) { if(!infoInput) { return ""; } //ignore content if it has only whitespaces (\n, etc) if(infoInput.textContent.trim() === '' && !infoInput.innerHTML.match(//g; var matches = html.match(regex); if(matches) { var toReplace = []; for(var i=0; i < matches.length; i++) { toReplace.push(matches[i].replace(/(]+?>| |<\/p>)/img, "")); } for(var i=0; i < toReplace.length; i++) { html = html.replace(matches[i], toReplace[i]); } } return html; } function setIdToHeadingsTag(html,slug){ var counter = 0; var h2Matches = html.match(/(.*?)<\/h2>/g); if(h2Matches != null){ var resultH2 = html.match(/(.*?)<\/h2>/g).map(function(val) { return val.replace('(.*?)<\/h3>/g); if(h3Matches != null){ var resultH3 = html.match(/(.*?)<\/h3>/g).map(function(val) { return val.replace(' 1) { var parser = new DOMParser(); html = parser.parseFromString(content, 'text/html'); html = html.querySelector('body').getElementsByTagName('p'); } var para = new Array(); for (var index = 0; index < html.length; index++) { if (html[index].innerText != undefined && html[index].innerText != "" && html[index].innerText.length > 1 && html[index].innerHTML.indexOf(" 0) appendPart(0, selectionStart); var fakeRange = appendPart(selectionStart, selectionEnd); if(textLen > selectionEnd) appendPart(selectionEnd, textLen); // Styles to inherit the font styles of the element fakeClone.style.cssText = cssDefaultStyles; // Styles to position the text node at the desired position fakeClone.style.position = "absolute"; fakeClone.style.top = topPos + "px"; fakeClone.style.left = 38 + "px"; fakeClone.style.width = width + "px"; fakeClone.style.height = height + "px"; $('#editor').appendChild(fakeClone); var returnValue = fakeRange.getBoundingClientRect(); //Get rect var arrOfValues = []; if (returnValue.height > 21) { // height of fakeRange > max height of fakeRange in single line // split into multiple spans and return all spans var words = fakeRange.innerText.split(" "); var newFakeRange = document.createElement('span'); newFakeRange.style.cssText = cssDefaultStyles; newFakeRange.textContent = words[0]; fakeClone.replaceChild(newFakeRange, fakeRange); arrOfValues.push(newFakeRange.getBoundingClientRect()); for(var i = 1; i < words.length; i++) { var fakeRangeSubPart1 = document.createElement('span'); fakeRangeSubPart1.style.cssText = cssDefaultStyles; fakeRangeSubPart1.textContent = " "; newFakeRange.parentNode.insertBefore(fakeRangeSubPart1, newFakeRange.nextSibling); arrOfValues.push(fakeRangeSubPart1.getBoundingClientRect()); var fakeRangeSubPart2 = document.createElement('span'); fakeRangeSubPart2.style.cssText = cssDefaultStyles; fakeRangeSubPart2.textContent = words[i]; fakeRangeSubPart1.parentNode.insertBefore(fakeRangeSubPart2, fakeRangeSubPart1.nextSibling); arrOfValues.push(fakeRangeSubPart2.getBoundingClientRect()); newFakeRange = fakeRangeSubPart2; } fakeClone.parentNode.removeChild(fakeClone); return arrOfValues; } fakeClone.parentNode.removeChild(fakeClone); return returnValue; // Local functions for readability of the previous code function appendPart(start, end){ var span = document.createElement("span"); span.style.cssText = cssDefaultStyles; //Force styles to prevent unexpected results span.textContent = text.substring(start, end); fakeClone.appendChild(span); return span; } // Computing offset position function getInputOffset(){ var body = document.body, win = document.defaultView, docElem = document.documentElement, box = document.createElement(tagName); box = input.getBoundingClientRect(); var editorOffset = $('#editor').getBoundingClientRect().top; var clientTop = docElem.clientTop || body.clientTop || 0, clientLeft = docElem.clientLeft || body.clientLeft || 0, scrollTop = win.pageYOffset || docElem.scrollTop || body.scrollTop, scrollLeft = win.pageXOffset || docElem.scrollLeft || body.scrollLeft; return { top : box.top + scrollTop - clientTop - editorOffset, left: box.left + scrollLeft - clientLeft }; } function getInputCSS(prop, isnumber){ var val = document.defaultView.getComputedStyle(input, null).getPropertyValue(prop); return isnumber ? parseFloat(val) : val; } } function showMessageToUserInToolbar(message, type) { var color="#a8bece"; if(type === "success") { color = "green"; } if(type === "warning") { color = "#bfbf2f"; } if(type === "error") { color = "red"; } $("#message-to-user-toolbar").style.color = color; $("#message-to-user-toolbar").innerText = message; } function removeMessageFromToolbar() { $("#message-to-user-toolbar").innerText = ""; } function isValidURL(str) { var pattern = new RegExp('^(https?:\\/\\/)?'+ // protocol '((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|'+ // domain name '((\\d{1,3}\\.){3}\\d{1,3}))'+ // OR ip (v4) address '(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*'+ // port and path '(\\?[;&a-z\\d%_.~+=-]*)?'+ // query string '(\\#[-a-z\\d_]*)?$','i'); // fragment locator return !!pattern.test(str); }

Zeen is a next generation WordPress theme. It’s powerful, beautifully designed and comes with everything you need to engage your visitors and increase conversions.