Minecraft Redditor discovers a method to find redstone based on the location of diamonds (2024)

Modified Sep 03, 2021 09:07 IST

Minecraft Redditor discovers a method to find redstone based on the location of diamonds (10)

A Minecraft Redditor by the name of u/domkapomka continues to test out the Minecraft generation code by finding ways to locate certain ores based on the location of another ore. They claim that this theory is not a coincidence, and has something to do with the code of Minecraft.

';var MOB_3_PARAMS = {};var options = { threshold: 0 , rootMargin: "200% 0px 200% 0px" };var dynamicAdsObserver = new IntersectionObserver(function(entries) {entries.forEach(function (oneEntry) {if (oneEntry.isIntersecting) {dynamicAdsObserver.unobserve(oneEntry.target);var domId = oneEntry.target.id;googletag.cmd.push(function() {requestBidsForAdSlot(MOB_3_PARAMS["slot"], domId);});}});}, options);function loadAdUnit(input) {input.playerContainer.innerHTML += AD_UNIT_MARKUP;var adContainer = input.playerContainer.querySelector(".mob_300250_3_ad");googletag.cmd.push(function() {var slot = initAdUnit("Mob_300250_3");if (!slot) return;var div = document.createElement('div');div.id = slot.getSlotElementId();adContainer.appendChild(div);if (input.userCountry == "IN") {requestBidsForAdSlot(slot, div.id);return;}MOB_3_PARAMS["slot"] = slot;var adElementDiv = document.getElementById(adUnits["Mob_300250_3"].div);dynamicAdsObserver.observe(adElementDiv);});}return loadAdUnit;})();

';function loadPlayer(params) {if (typeof initConnatixPlayer === "function") {params.playerContainer.innerHTML += PLAYER_MARKUP;var container = params.playerContainer.querySelector(".connatix-container");container.classList.remove("hidden");var holder = params.playerContainer.querySelector(".connatix-holder");initConnatixPlayer(holder, params);}}return loadPlayer;})();

';function loadPlayer(params) {if (typeof initSTNPlayer === "function") {params.playerContainer.innerHTML += PLAYER_MARKUP;var container = params.playerContainer.querySelector(".stnPlayer-container");container.classList.remove("hidden");var holder = params.playerContainer.querySelector(".s2nPlayer-holder");initSTNPlayer(holder, params);}}return loadPlayer;})();

As seen in the post above, the OP attempts to showcase how his claim works. Essentially, if the player moves four blocks north from a source of diamonds and digs down, they will run into redstone. This is an interesting theory, and the OP claims that this is due to the Minecraft generation code.

Minecraft Redditor shows to how to locate redstone using diamonds

The Post

Minecraft Redditor discovers a method to find redstone based on the location of diamonds (11)

The post begins with OP flying through the ground, deleting chunks at will. For those who are curious, this is possible with the chunk removal tool.

The OP runs into a diamond cluster, and begins to test his theory. Funnily enough, after moving four blocks north, it is obvious that there is a source of redstone ore right below him, which is quite remarkable.

To further prove that the example wasn't a fluke, the OP then looks for more diamond sources. The OP proves with additional sources of diamond that this theory may be true after all. This means that the Minecraft generation code combines the generation of ores with an algorithm.

Smart Minecraft players realize that finding redstone from diamonds isn't that helpful, however this technique can be useful when reversed. While it cannot be said with absolute certainty that players will find diamonds when digging south and up, it will still give them a decent chance after finding deep redstone.

Reactions

Due to the interesting nature of this post, it managed to gain a solid 2,800 upvotes in only one day. Many Minecraft Redditors had a lot to say about this post.

Minecraft Redditor discovers a method to find redstone based on the location of diamonds (12)

A ton of Minecraft Redditors came to the realization that finding redstone from diamonds is quite useless, however they didn't realize the possibility of this trick being reversed.

While it is not a guarantee to find diamonds when digging south from redstone, there is still a better chance than just blindly digging.

Minecraft Redditor discovers a method to find redstone based on the location of diamonds (13)

OP reveals that they are just trying to do some research, finding tips that are increasingly helpful by working up.

Minecraft Redditor discovers a method to find redstone based on the location of diamonds (14)

Finally, some Minecraft Redditors understand the utility of this discovery.

The fact that redstone is guaranteed to generate north of diamonds means that ore spawns are connected in Minecraft. Previously, players thought ores spawned randomly.

Minecraft Redditor discovers a method to find redstone based on the location of diamonds (15)

One Minecraft Redditor thinks this post is joking about the trick of finding gold using diamonds.

The OP reveals that they also made that post, and the situation is awkward to say the least.

The following reactions are notable mentions from the post:

Minecraft Redditor discovers a method to find redstone based on the location of diamonds (16)
Minecraft Redditor discovers a method to find redstone based on the location of diamonds (17)
Minecraft Redditor discovers a method to find redstone based on the location of diamonds (18)
Minecraft Redditor discovers a method to find redstone based on the location of diamonds (19)
Minecraft Redditor discovers a method to find redstone based on the location of diamonds (20)

Poll :

0 votes

Edited by Siddharth Satish

Feedback

Thank You!

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

"modalText += "

Please select an option.

Please provide your feedback.

"modalText += "

"modalPopup.closeOnEsc = false;modalPopup.setHeader("Why did you not like this content?");modalPopup.setContentText(modalText);modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating);modalPopup.removeCloseModalIcon();modalPopup.disableDismissPopup();modalPopup.open();} else {sendRating(index);}}function sendRating() {var requestPayload = {"post_id": 892292,"rating_value": ratingValue}if (ratingValue > 3) {requestPayload.rating_feedback_type = null;requestPayload.rating_feedback = null;} else {if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) {showErrorMessage('option');return;}if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) {showErrorMessage('note');return;}var selectedOption = $('input[name="drone"]:checked').value;var feedbackNote = $(".post-rating-feedback-note textarea").value;requestPayload.rating_feedback_type = selectedOption;requestPayload.rating_feedback = feedbackNote;}pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true);}function resetRatingAndFeedbackForm() {var activeStars = Array.from($all('.rating span.rating-star.active'));for (var i=0; i < activeStars.length; i++) {activeStars[i].classList.remove("active");}if ($('input[name="drone"]:checked')) {$('input[name="drone"]:checked').checked = false;}var userNote = document.querySelector(".post-rating-feedback-note textarea");userNote.value = '';modalPopup.close();}function onsaveRatingSuccess() {modalPopup.close();savePostIdInUserRatedPostsCookie();$("#post-rating-layout").classList.add("hidden");$("#post-rating-message").classList.remove("hidden");window.setInterval(function showMessage() {$("#post-rating-widget").classList.add("hidden");}, 3000);}function onsaveRatingFail() {console.error('Saving post rating failed!');modalPopup.close();}function savePostIdInUserRatedPostsCookie() {userRatedPostIds.push(892292);var expiryTime = new Date();expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 yearsetCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime);}function isPostRatedByUser() {var userRatedPostIds = getCookie('user_rated_post_ids');if (userRatedPostIds) {try {userRatedPostIds = JSON.parse(userRatedPostIds);} catch (err) {console.error(err);return false;}} else {return false;}if(userRatedPostIds.indexOf(892292) >= 0) {return true;} else {return false;}}function getRatingCountByPostId(postId) {return new Promise(function(resolve, reject) {pureJSAjaxGet(getRatingCountBaseURL + postId + '/rating/count',function(data) {try {data = JSON.parse(data);if (data.meta_value) {resolve(data.meta_value);}reject("Failed to fetch rating count for the post:" + postId);} catch (err) {reject("Failed to fetch rating count for the post:" + postId);}},function(err) {reject("Failed to fetch rating count for the post:" + postId);}, true);});}function showErrorMessage(messageType) {var messageContainerId = '#' + messageType + '-error';$(messageContainerId).classList.remove('hidden');window.setInterval(function () {$(messageContainerId).classList.add("hidden");}, 5000);}if (!isPostRatedByUser()) {getRatingCountByPostId(892292).then(function(ratingCount) {if (ratingCount < 10) {$("#post-rating-widget").classList.remove("hidden");}}).catch(function(err){console.error(err);})}

Be the first one to comment

Minecraft Redditor discovers a method to find redstone based on the location of diamonds (38)Minecraft Redditor discovers a method to find redstone based on the location of diamonds (39)

Minecraft Redditor discovers a method to find redstone based on the location of diamonds (40)

More from Sportskeeda

Fetching more content...

1

āœ•

No Results Found

Minecraft Redditor discovers a method to find redstone based on the location of diamonds (46)Get the free App nowMinecraft Redditor discovers a method to find redstone based on the location of diamonds (47)Advertise On SK

šŸ”„ Popular

šŸƒšŸ»ā€ā™€ļø Sports (30+)

  • Cricket
  • Football
  • WWE
  • Esports
  • Tennis
  • MMA
  • Kabaddi
  • Wiki
  • More
  • šŸ”— LINKS

    Edition:

    Minecraft Redditor discovers a method to find redstone based on the location of diamonds (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Nicola Considine CPA

    Last Updated:

    Views: 5547

    Rating: 4.9 / 5 (49 voted)

    Reviews: 80% of readers found this page helpful

    Author information

    Name: Nicola Considine CPA

    Birthday: 1993-02-26

    Address: 3809 Clinton Inlet, East Aleisha, UT 46318-2392

    Phone: +2681424145499

    Job: Government Technician

    Hobby: Calligraphy, Lego building, Worldbuilding, Shooting, Bird watching, Shopping, Cooking

    Introduction: My name is Nicola Considine CPA, I am a determined, witty, powerful, brainy, open, smiling, proud person who loves writing and wants to share my knowledge and understanding with you.