From 0f64132cb612556ef91f8b6c5360cb2ca8030ff9 Mon Sep 17 00:00:00 2001 From: Ryan Barlow <7389646+ryanbarlow97@users.noreply.github.com> Date: Tue, 22 Sep 2026 23:27:21 +0000 Subject: [PATCH] build: compile against Paper API 1.21.10 --- docs/architecture/integrations.md | 2 +- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/architecture/integrations.md b/docs/architecture/integrations.md index 976f863..ff3ed3b 100644 --- a/docs/architecture/integrations.md +++ b/docs/architecture/integrations.md @@ -7,7 +7,7 @@ Cooking owns food items, station behavior, crop quality math, and livestock reco ## Platform contract Cooking on `main` targets **Minecraft 1.21.10 and Java 21**. Maven compiles with -`maven.compiler.release=21` against the provided Spigot 1.21.10 API, and +`maven.compiler.release=21` against the provided Paper 1.21.10 API, and `plugin.yml` declares `api-version: 1.21.10`. Use the TLibs and InteractibleFurniture versions declared in `pom.xml`. diff --git a/pom.xml b/pom.xml index fea2310..39b208a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,8 +27,8 @@ ${project.basedir}/libs/gson-2.10.1.jar - org.spigotmc - spigot-api + io.papermc.paper + paper-api 1.21.10-R0.1-SNAPSHOT provided @@ -149,8 +149,8 @@ - spigot-snapshots - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + papermc + https://repo.papermc.io/repository/maven-public/