Am I allowed to use this?
11 months ago
West Virginia, USA
sniper3d107
Any/All, He/Him, She/Her, They/Them, It/Its
11 months ago

So there's this software called ninjabrain bot that calculates the location of the stronghold, and you can use blind travel to go closer, and I made code for it, but can I use it in a speedrun? If there is a "blind travel" option in ninjabrain, how do you turn it on? Here is the code (in Python): https://hastebin.com/share/aqojejivac.python def check_proximity(coord_pairs, target): closest_distance = float('inf') closest_coord = None

for coord in coord_pairs:
    distance = abs(coord[0] - target[0]) + abs(coord[1] - target[1])
    if distance < closest_distance:
        closest_distance = distance
        closest_coord = coord

return closest_coord, closest_distance

variants = [ (0, 220), (50, 210), (75, 200), (100, 190), (125, 175), (155, 155), (0, -220), (50, -210), (75, -200), (100, -190), (125, -175), (155, -155), (-0, 220), (-50, 210), (-75, 200), (-100, 190), (-125, 175), (-155, 155), (-0, -220), (-50, -210), (-75, -200), (-100, -190), (-125, -175), (-155, -155) ]

x_coordinate = int(input("Enter the X coordinate: ")) z_coordinate = int(input("Enter the Z coordinate: ")) target_coord = (x_coordinate, z_coordinate)

closest_coord, closest_distance = check_proximity(variants, target_coord) print("Closest Coordinate:", closest_coord) print("Distance:", closest_distance)

के द्वारा संपादित लेखक 11 months ago
Colombia

yes, every top runner uses it

के द्वारा संपादित लेखक 11 months ago
West Virginia, USA
sniper3d107
Any/All, He/Him, She/Her, They/Them, It/Its
11 months ago

no the code can I use the code

Colombia

the code equaly so

के द्वारा संपादित लेखक 11 months ago
Chicago, IL, USA

@sniper3d107 You can f3c in the nether and ninjabrain bot will show you where to blind to have a high chance of <400 block blind if that is what you’re asking

unsortiertes इसे पसंद करता है
Scotland

F3 + C in the Nether will result in Ninjabrain Bot showing you optimal blind coords.

https://cdn.discordapp.com/attachments/848655725613809684/1112029993204195479/image.png

You are not allowed to use proprietary tools unless they have been whitelisted, e.g. ContariaCalc, Ninjabrain Bot, etc.

के द्वारा संपादित लेखक 11 months ago
West Virginia, USA
sniper3d107
Any/All, He/Him, She/Her, They/Them, It/Its
11 months ago

Thank u guys

गेम विवरण
फॉलोअर्स
41,174
दौड़
21,434
खिलाड़ियों
7,663
ताज़ा समाचार
Updated Legal Mods

Updated Legal Mods:

New Mods:

• COSTAR 1.0.0: This mod fixes a vanilla parity issue with the names of the blockentities on the piechart and is for minecraft versions 1.9-1.12.

• RetiNO 1.0.1: This mod decreases game resolution for MacOS Retina displays and is for 1.14+.

• Planifoli

7 hours ago
ताज़ा धागे
पोस्ट किया गया 6 days ago
799 जवाब
पोस्ट किया गया 1 year ago
11 जवाब
पोस्ट किया गया 1 day ago
8 जवाब
पोस्ट किया गया 17 days ago
1 जवाब
पोस्ट किया गया 18 days ago
5 जवाब
पोस्ट किया गया 22 days ago
2 जवाब