This repository has been archived on 2024-07-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Thresholds/src/main/java/dev/zontreck/otemod/registry/PerPlayerDataRegistry.java
Zontreck 098de9f9d4 Push 1.3.2.2
Fix rtp so it no longer blocks the server
2022-10-05 16:07:04 -07:00

6 lines
231 B
Java

package dev.zontreck.otemod.registry;
public class PerPlayerDataRegistry {
// The idea here is to make a registry unique to a player for mod data
// This will allow separating handling of functions, like cooldowns
}