Description
General Utilities adds useful commands for Mod/ModPack developers.
Current features:
Inspect Block:
Inspects the Block the Player is looking at, for Properties, and sends those properties to the Player.
Args:
- sounds: Inspects the Block's set sounds. Includes full paths.
- tags: Inspects the Block's TagKeys.
Inspect Item: Inspects the Item the Player is holding, for Properties, and sends those properties to the Player.
Args:
- food: Inspects the Item's Food properties. Returns Nutrition, Saturation, and Effects.
- Tags: Inspects the Item's TagKeys.
- Enchants: Inspects the Item's Enchants.
This is not all General Utilities will offer. I want to add much more than this. Please, leave some suggestions on Github!


