Мова

The Toolkits

The Toolkits

Modrinth

Add a few useful tools to modded minecraft

851 завантажень 1 підписників оновлено 26mo ago
остання v1.8.1 Modrinth
Forge 1.16.5 – 1.19.2 Utility

Quark has a shift-T command that can link an item to chat, but it cannot be used in JEI ingredient and bookmark overlay. This mod adds a new shortcut (configurable, default shift-/) that can be used in all those mentioned screens. The text is also clickable, which will open the inventory (so the JEI) and input the search term for you. You need to set resource id search to "REQUIRE_PREFIX" in order for the search to work.

open JEI command

/the-toolkits jei <search_term>

This command is used in the implementation of the link-item function. You may find this useless.

This command print nbt of item to chat. You hold the item and run this command, that's it. You need to be OP to use this OP command.

/the-toolkits nbt get

This command prints player attributes like speed. There are two types of attributes (syncable and dirty). I don't know the difference between them, so I just print them all. This command can be useful, e.g. when you want to understand how apotheosis works, since in apotheosis many effects are implemented by injecting new attributes in the player. You need to be OP to use this command.

/the-toolkits attributes get

recipe dump

This is a newly added feature, currently only available in 1.16.5 and will be ported into higher version in the future. Recipes can be categorized by Serializer, whose name is a resource id, like "minecraft:crafting_shaped" or "create:mechanical_crafting". The first part is "namespace", the second is "path". This command takes parameters based on this concept.

List all namespaces:

/the-toolkits recipe list

List all paths under this namespace:

/the-toolkits recipe <ns> list

List all recipes id under this ns:path:

/the-toolkits recipe <ns> <path> list

Randomly print one recipe under this ns:path:

/the-toolkits recipe <ns> <path> random

Dump recipes under this category (in the form of json), watch the output to see where the result is stored:

/the-toolkits recipe <ns> <path> dump

This command may not work for all type of recipe and will/need to be improved

entity inspection command

Wonder what is lagging your world? After you use mods like spark to have an idea of what contributes the most of the lag, do you want to know the location of them? This command helps you dump every entity's location of a given entity type (you can use classname, name or registry name). This will be useful if you are the OP of a server and want to inspect where exactly is causing the lag. (recommend to be used with spark or other profiler mods)

/the-toolkits entity summary classname/name/registry_name # have a summary of all the entities count
/the-toolkits entity locations classname/name/registry_name name # dump the locations of them

Similar command exists for block_entity as well, replace entity with block_entity and let the suggestion guides you to dump locations of block entities.

Версії

Release
1.8.1
forge · 1.19 · 26mo ago
small update: make the link item text translatable
92
Release
1.8.1
forge · 1.18.2 · 26mo ago
small update: make the link item text translatable
59
Release
1.8.1
forge · 1.16.5 · 26mo ago
small update: make the link item text translatable
74
Release
1.8.0
forge · 1.19.2 · 36mo ago
add recipe and entity/block_entity commands
98
Release
1.8.0
forge · 1.18.2 · 36mo ago
add recipe and entity/block_entity commands
69
Release
1.7.1
forge · 1.16.5 · 36mo ago
add block entity command
60
Release
1.6.1
forge · 1.16.5 · 36mo ago
fix a bug
66
Release
1.6.0
forge · 1.16.5 · 36mo ago
- add `entity summary <classname/name/registry_name>` command - add `entity locations <classname/name/registry_name> <name>` command
64
Release
1.4
forge · 1.19.2 · 37mo ago
73
Release
1.4
forge · 1.18.2 · 37mo ago
61
Release
1.5.1
forge · 1.16.5 · 37mo ago
- recipe conversion now transform one by one, skipping failed ones. - add printj command (`/the-toolkits recipe <ns> <path> printj <recipeId>`) to try to…
82
Release
1.5.0
forge · 1.16.5 · 37mo ago
61

Коментарі 0

Поки немає коментарів. Будь першим, хто поділиться думкою.

Завантажити The Toolkits

Файли надаються напряму з першоджерела. Modgrid не зберігає та не змінює їх.