This program is designed to be used alongside DecompilerMC. This program generates a list of blocks and items which can only be obtained through Minecraft Survival or Hardcore mode.
The lists generated include but aren't limited to: all arrow variants, enchantments, goat horn variants, ominous bottle variants, and potions. Here's how to use it.
- Clone DecompilerMC
- Open the command prompt (cmd) and
cd
into theDecompilerMC
folder. - Run
python main.py --mcv latest -q
or runpython main.py --mcv 1.14.4 -q
for a specific Minecraft version. This will generateversions/1.14.4/client.jar
(with the version subfolder name depending on what version you specified). - Right click
versions/1.14.4/client.jar
, go to 7zip and clickExtract Here
. - When 7z consults you on whether to replace
version.json
, clickNo
(this doesn't matter). - Clone this (MinecraftListFilter).
- Copy the
assets/minecraft/items
folder. Pasteitems
into theMinecraftListFilter Input Files
folder. Note: thisitems
folder doesn't appear in 1.14.4. It only appears in (version unknown!) and onwards. - Run MinecraftListFilter.
- The (new or updated) file holding your filtered list of obtainable items in survival should now be in the
MinecraftListFilter Output File(s)
folder.