Server and Client Datapack Support #4
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Modding/silicate#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the most anticipated feature, especially for datapackers and modpack creators. Unfortunately, this is not currently possible as this would require adding support for a custom datapack definition type
condition
that is also sent to all clients.This is now possible using Fabric's
DynamicRegistries#registerSynced
and NeoForge'sDataPackRegistryEvent.NewRegistry#dataPackRegistry
.