Pinned Loading
-
1.20-pre5-Loot-Drops
1.20-pre5-Loot-Drops PublicResearch, Simulation on 1.20-pre5+ Loot Drops. Also contains CUDA Kernels for finding seeds with cool loot drops.
Python 2
-
-
GravelDrops (1.20-pre5+ Java)
GravelDrops (1.20-pre5+ Java) 1You should definitely watch this video by Matthew Bolan: https://www.youtube.com/watch?v=a5-dISWtkDs23The amount of gravel mines before you get a flint is dependent on the seed even though it may seem random despite the seed.
4The chance of getting flint from a gravel block is fixed at 10% when mining without fortune.
5 -
All MD5 Loot Drop Values
All MD5 Loot Drop Values 1In Minecraft, MD5 values are 128-bit outputs that are usually split into two 64-bit outputs. Many blocks do not rely on them, but blocks such as gravel or dead bushes use MD5 hashes as part of their loot drop logic, getting the MD5 values by hashing a block’s resource location (for example, `"minecraft:blocks/gravel"` or `"minecraft:blocks/dead_bush"`).
23Attached below is a python script that basically takes all json files in `loot_table/blocks/` from [mcasset.cloud](https://mcasset.cloud/1.21.9/data/minecraft/loot_table/blocks/). Then, it removes the `.json`
4and puts it in like this: `"minecraft:blocks/{block_name}"`
5The python script then does the hashing and outputs it all to a txt file.
-
HalftoStructuretoWorldNonRandom
HalftoStructuretoWorldNonRandom PublicBasically a Cuda Program to turn a list of half seeds into structure seeds and/or turn a list of structure seeds into non-random world seeds. (Also can turn a list of river seeds into half seeds)
Cuda
-
seedfracking-colab
seedfracking-colab PublicHosting IPYNB Files for seedcracking and seedfinding in Colab so it's easier for a user to execute (Only for those that require a NVIDIA GPU).
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
