Bring back the old cluttered creative inventory.
Go to file
TheClashFruit db2d06817b
All checks were successful
Build Project / build (push) Successful in 15m36s
feat (ci): remove gradle cache as it's broken
2024-07-14 17:26:45 +02:00
.gitea feat (ci): remove gradle cache as it's broken 2024-07-14 17:26:45 +02:00
changelogs fix: add the enchantment books back to the tools tab for 1.21 2024-07-14 17:23:33 +02:00
gradle/wrapper feat: multi version start 2024-07-13 13:57:40 +02:00
src/main fix: remove unused imports 2024-07-14 17:25:40 +02:00
versions feat: finish multi version except 1.20.5 2024-07-13 15:49:33 +02:00
.gitignore feat: better gitignore 2023-10-28 20:51:22 +02:00
build.gradle.kts feat: finish multi version except 1.20.5 2024-07-13 15:49:33 +02:00
gradle.properties fix: add the enchantment books back to the tools tab for 1.21 2024-07-14 17:23:33 +02:00
gradlew feat: add source 2023-08-09 19:09:50 +02:00
gradlew.bat feat: add source 2023-08-09 19:09:50 +02:00
LICENSE feat: add essential stuff 2023-08-09 19:09:13 +02:00
README.md docs: remove gradle genSources instruction 2024-07-14 15:31:38 +02:00
root.gradle.kts feat: add tuff stuff 2024-07-14 15:21:15 +02:00
settings.gradle.kts feat: finish multi version except 1.20.5 2024-07-13 15:49:33 +02:00

Cluttered Creative Icon

Cluttered Creative

Issues Pull Requests Version License (MIT)

Modrinth Downloads CurseForge Downloads

curseforge curseforge

Bring back the old cluttered creative inventory.

Screenshot

Building Blocks

FAQ

Mod Compatibility

Probably not compatible with mods that add items to the default item groups, however a compatibility layer is planned.

Missing Items

I'm doing my best to include all items including new ones from 1.20, but I might miss some so please report them on the issues page or in my Discord server.

Got some other questions? Feel free to ask them in my Discord server.

Developing & Contributing

Development is mostly straight forward.

Setup

It is recommended that you install the Minecraft Development Plugin for IntelliJ IDEA.

  1. Clone the repository from your fork.
  2. Open the project.
  3. You can start developing!

Git Commit Messages

Please use Conventional Commits for your commit messages.

Git Branches

You can use any branch you like except main. But it is recommended to use dev/<feature> if you add something new and fix/<issue> if you are fixing something related to an issue.

Opening a Pull Request

When you start your development please open a draft pull request. This way we can see that someone is working on select feature/bug.

Make sure to mention related issues/pull requests in your pull request.

License

The MIT License (MIT)

Copyright (c) 2023 TheClashFruit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.