Skip to content

Releases: ChristanVersteeg/python_projects

Minecraft Random Block Placer V1.1

26 Jun 15:35
Compare
Choose a tag to compare

For the usage instructions for this program, refer to the initial release, here.

Patch notes:

Fixed the oversight of me adding a slot 0.
Minecraft has 9 hotbar slots, not 10, so the 0 does not get used.
I do not know why the file size has doubled since last time, since I only changed a couple of lines. Blame the auto-py-to-exe library for it.
The first build uploaded to this was double the size, which has now been replaced by a build of half that size. For some reason if I make the build on my laptop instead of my PC, it doubles in size. Blame the auto-py-to-exe library for it.

Minecraft Random Block Placer V1.0

25 Jun 11:13
Compare
Choose a tag to compare

First release of MRBP.

The input fields are the weight for each hotbar slot occurring, by default zero.
Each time you press right mouse button it interacts with your hotbar by pressing the 0-9 keys.
If you hold down right mouse button, the script will not trigger the randomisation.
It is not paused outside of Minecraft, you have to manually pause it with the pause button on the interface.
To stop the program from running, you press the stop button in the interface.

Example of usage:
There is stone and cobblestone in my first and second hotbar slot, respectively.
I want to build a wall, but I want stone to occur twice as much as cobblestone.
To do this, I set the weight for the first slot on 2, and the second slot on 1.
This makes it so that stone appears twice as much as cobblestone, giving it the odds of 66.7% and 33.3% respectively.