minecraft

Python – Config.json number not counting as a number

Config.json number not counting as a number Question: I’m coding a program for Hypixel SkyBlock Minecraft that tells me the price of items that can be sold for a higher price. The program is done but I’m running into a issue. I have made a config.json file and it contains information like discord webhook, lowest …

Total answers: 1

How do I read Minecraft mca files?

How do I read Minecraft mca files? Question: I’m trying to read a mca file in python3 but when I do issues occur, Mca files are not base64 and gzip because using a nbt library doesn’t work, AND before you say it: There are issues with the anvil-parser library: Traceback (most recent call last): File …

Total answers: 1

I am trying to move my camera in minecraft with python

I am trying to move my camera in minecraft with python Question: I have successfully found out how to move, drag, and click in Minecraft with python code. The only thing is that I have gotten the cursor to work in the inventory/crafting menu. One line I used to go up was pyautogui.moveRel(0, -33, duration=0.1) …

Total answers: 3