[DEV] Add 1.21.6 into LTS

This commit is contained in:
2025-06-17 19:22:29 +02:00
parent 34dc478e2e
commit 770fdbc4c2
228 changed files with 9358 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
name: CraterLib
version: ${version}
description: "A Modding API used to create 'universal' mods"
main: com.hypherionmc.craterlib.paper.CraterLibPlugin
author: HypherionSA
api-version: '1.21.6'
bootstrapper: com.hypherionmc.craterlib.paper.CraterLibBootstrap
load: STARTUP
dependencies:
bootstrap:
LuckPerms:
load: BEFORE
required: false
join-classpath: true
server:
LuckPerms:
load: BEFORE
required: false
join-classpath: true