This release makes the mod's commands op only. (sorry for not doing that earlier)
Feel free to open an issue on GitHub if you experience any problems.
Important notice: People who want to use the mod must download the file without -sources
in the file name. The one that contains -sources
in the file name is to be used by those who wish to view the source code of the mod.
This release adds per-dimension item blacklists and also makes the mod's commands op only (sorry for not doing that earlier)
Adding per-dimension item blacklists required changing the configuration system yet again, so I took the opportunity to migrate from GSON (the JSON library used by Minecraft and bundled with the game) to Jankson (A simple JSON library providing more features such as comments).
Mod users/server admins do not have to download any dependencies other than Fabric API, as the new library is bundled with the mod. But the config file has changed from item-blacklist.json
to item-blacklist.json5
, which means that mod users/server admins have to copy and paste the config from the old file to the new file.
Feel free to open an issue on GitHub if you experience any problems.
Important notice: People who want to use the mod must download the file without -sources
in the file name. The one that contains -sources
in the file name is to be used by those who wish to view the source code of the mod.
This release updates the mod to 1.20 and introduces a custom configuration system! This means CompleteConfig is no longer required for this mod to function properly.
However, I am still grateful to Lortseam for helping me use CompleteConfig to create the configuration system used in previous versions of this mod. Go check CompleteConfig out, it's quite easy to use! (Also make sure to check the Discussions on its GitHub repo to see the mistakes I made while using it, and learn from them.)
Feel free to open an issue on GitHub if you experience any problems.
Important notice: People who want to use the mod must download the file without -sources
in the file name. The one that contains -sources
in the file name is to be used by those who wish to view the source code of the mod.
This alpha release is a one-time backport of version 0.0.2-mc1.19.4 to 1.19.2. Feel free to open an issue on GitHub if you experience any problems.
Important notice: People who want to use the mod must download the file without -sources
in the file name. The one that contains -sources
in the file name is to be used by those who wish to view the source code of the mod.
This release fixes a crash. Feel free to open an issue on GitHub if you experience any problems.
Important notice: People who want to use the mod must download the file without -sources
in the file name. The one that contains -sources
in the file name is to be used by those who wish to view the source code of the mod.
This is the first release of the mod! Hence, it is quite probable that you might experience some problems. Feel free to open an issue if you do find any.
Important notice: People who want to use the mod must download the file without -sources
in the file name. The one that contains -sources
in the file name is to be used by those who wish to view the source code of the mod.