
Datapack Extensions
This mod is designed to expand the capabilities of datapack developers, providing them with additional tools to implement creative ideas. The main functionality works on the server side, but there are also optional client capabilities.
An important advantage: the mod is installed only on the server, clients do not need to install it. At the same time, all datapacks that work in the vanilla version will function absolutely identically with the installed mod - no standard mechanics are changed.
Client Capabilities
The client part is completely optional. A special item group appears in the creative inventory, containing command blocks, structure blocks, light blocks and other useful tools. This allows you to quickly get the necessary items without entering long /give commands.
Most of these items are useless for regular players without operator rights, so using this feature for cheating will not provide advantages. The server does not require mod installation for this client feature to work.
Server Capabilities
The mod adds a new command and extends the functionality of existing ones:
/freeze
- allows you to check and change the number of freeze ticks in entities (powder snow effect)- Extension of the
light
predicate inminecraft:location_check
throughtdcdata.type
- New rule
tdcdata.keepInventory
for scoreboard teams (set via/team modify <team> tdcdata.keepInventory
) - Condition
tdcdata.item
for theexecute if
command - Additional mathematical operations for
/scoreboard players
Mod development continues, and new features are planned to be added in the future.