CivMC / Civ

Monorepo for development of and running a Civ Server.
MIT License
4 stars 11 forks source link

Prune KeyedUtils #400

Open Protonull opened 3 months ago

Protonull commented 3 months ago

Removed fromParts() in favour of pluginKey(), as the NamespacedKey parts constructor was de-deprecated.

WARNING: This will require a recompilation of ItemExchange since the signature of both getString() methods have changed.