Bedrock Edition has a hardcoded nether height of 128 blocks. This
means that even if you are able to glitch up on to the nether roof
you cannot place blocks there. However, if you have access to
bedrock_server.exe
or Minecraft.Windows.exe
you can hexedit these
files to the increase the hardcoded nether height.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pyttsx3 | |
import speech_recognition as sr | |
import datetime | |
import wikipedia | |
import time | |
from selenium.webdriver.support.ui import Select | |
from selenium.webdriver.common.keys import Keys | |
from selenium import webdriver | |
import pyautogui |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.IO; | |
using System.Speech.Recognition; | |
using System.Speech.Synthesis; | |
using System.Windows.Forms; | |
namespace Jarvis | |
{ | |
public partial class Form1 : Form | |
{ |