1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-28 16:49:48 +02:00

Port to NeoForge (#3950)

This commit is contained in:
Jason Penilla
2024-08-12 11:11:27 -07:00
committed by GitHub
parent b21753f5e9
commit 642f1d3019
42 changed files with 3887 additions and 4 deletions

View File

@@ -76,6 +76,7 @@ public interface Platform {
NUKKIT("Nukkit"),
VELOCITY("Velocity"),
FABRIC("Fabric"),
NEOFORGE("NeoForge"),
FORGE("Forge"),
STANDALONE("Standalone");