diff options
author | MiniDigger | Martin <[email protected]> | 2024-01-06 16:18:13 +0100 |
---|---|---|
committer | MiniDigger | Martin <[email protected]> | 2024-01-06 16:18:13 +0100 |
commit | e6137f7f1c248bf723a50e1cd1b1cb6d29365b88 (patch) | |
tree | 513e041eecf1022dc349ab83ef4b5d040c0c0258 | |
parent | 7d1c30bc574043efad8276b5658c6162495637c2 (diff) | |
download | Paper-e6137f7f1c248bf723a50e1cd1b1cb6d29365b88.tar.gz Paper-e6137f7f1c248bf723a50e1cd1b1cb6d29365b88.zip |
add example feature patch
-rw-r--r-- | patches/feature/0001-Example-Feature-Patch.patch | 16 | ||||
-rw-r--r-- | patches/feature/0001-something.patch | 1 |
2 files changed, 16 insertions, 1 deletions
diff --git a/patches/feature/0001-Example-Feature-Patch.patch b/patches/feature/0001-Example-Feature-Patch.patch new file mode 100644 index 0000000000..774d162aec --- /dev/null +++ b/patches/feature/0001-Example-Feature-Patch.patch @@ -0,0 +1,16 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: MiniDigger | Martin <[email protected]> +Date: Sat, 6 Jan 2024 15:41:33 +0100 +Subject: [PATCH] Example Feature Patch + + +diff --git a/io/papermc/paper/Feature.java b/io/papermc/paper/Feature.java +new file mode 100644 +index 0000000000000000000000000000000000000000..8f5c666bb2897b6e6515fb6f8b085797751d71dc +--- /dev/null ++++ b/io/papermc/paper/Feature.java +@@ -0,0 +1,4 @@ ++package io.papermc.paper; ++ ++public class Feature { ++} diff --git a/patches/feature/0001-something.patch b/patches/feature/0001-something.patch deleted file mode 100644 index 258cd5725d..0000000000 --- a/patches/feature/0001-something.patch +++ /dev/null @@ -1 +0,0 @@ -todo |