Push 1.3.2.2

Fix rtp so it no longer blocks the server
This commit is contained in:
Zontreck 2022-10-05 16:07:04 -07:00
parent 30f4f3deff
commit 098de9f9d4
12 changed files with 269 additions and 84 deletions

View file

@ -0,0 +1,6 @@
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
}