
Command Executor (Command Executor Block)
This mod unlocks new possibilities for adding interactive elements to your game structures. With it, you can automate command execution, creating truly alive and functional buildings.
Main Features:
- Automatic command execution - The block executes any Minecraft commands through the BlockEntityTag parameter. For example, you can create an item frame with an item:
/give @p command_executor_block:command_executor_block{BlockEntityTag:{Command:'summon minecraft:item_frame ~ ~ ~ {Item:{id:"minecraft:iron_sword",Count:1b},Facing:1b,Rotation:0b,Tags:["randomRotation"]}'}}
-
Randomness feature - Paired with the RandomCommand mod, allowing you to add random elements to command execution.
-
Developer access - To add command blocks to structures, you need to enable developer mode in the configuration file.
Additional information:
Full use of random item selection capabilities requires installation of the RandomCommand mod. When creating complex commands, it is recommended to use modern code generation tools to simplify the process.