mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Created 1.18 R1 handling of sending player abilities packet and tested on spigot. Documented force_protocolib config.
6 lines
181 B
Kotlin
6 lines
181 B
Kotlin
rootProject.name = "CustomAnvil"
|
|
|
|
include("nms:nms-common")
|
|
findProject(":nms:nms-common")?.name = "nms-common"
|
|
include("nms:v1_18R1")
|
|
findProject(":nms:v1_18R1")?.name = "v1_18R1"
|