Minecraft Versions supported: 1.20.0
, 1.20.1
Making usually uncraftable items into craftable items.
- Saddle
- Bell
- Totem of Undying
- Crying Obsidian
- Mud
- Mycelium
- Sand
- Download the version you require from the Github releases tab.
- Move the
.zip
file into your Minecraft world'sdatapacks/
folder.
git clone
this repository locally.- Create the
.zip
file.
- Windows 10/11: Open CMD/Powershell in the directory and run
.\mkpack.bat
- Linux/MacOS: Open your shell of choice (likely BASH) and run
./mkpack.sh
. You may have tosudo chmod +x mkpack.sh
before you can run it.
- Move the
.zip
file, usuallycraftableuncraftables.(version).zip
into your Minecraft world'sdatapacks/
folder.
- Make sure you have a Github account.
- Fork this repository, then
git clone
the fork locally. - Make your changes. The datapack's source itself is contained in
src/
. - Contribute them to your fork, then go to the repo on your browser.
- Make a pull request to this repository.