mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-18 21:41:45 +01:00
add example feature patch
This commit is contained in:
parent
7d1c30bc57
commit
e6137f7f1c
16
patches/feature/0001-Example-Feature-Patch.patch
Normal file
16
patches/feature/0001-Example-Feature-Patch.patch
Normal file
@ -0,0 +1,16 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: MiniDigger | Martin <admin@benndorf.dev>
|
||||
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 {
|
||||
+}
|
@ -1 +0,0 @@
|
||||
todo
|
Loading…
Reference in New Issue
Block a user