Push 1.3.2.2
Fix rtp so it no longer blocks the server
This commit is contained in:
parent
30f4f3deff
commit
098de9f9d4
12 changed files with 269 additions and 84 deletions
|
@ -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
|
||||
}
|
Reference in a new issue