mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
11 lines
444 B
Diff
11 lines
444 B
Diff
|
--- a/net/minecraft/resources/ResourceLocation.java
|
||
|
+++ b/net/minecraft/resources/ResourceLocation.java
|
||
|
@@ -32,6 +32,7 @@
|
||
|
public static final char NAMESPACE_SEPARATOR = ':';
|
||
|
public static final String DEFAULT_NAMESPACE = "minecraft";
|
||
|
public static final String REALMS_NAMESPACE = "realms";
|
||
|
+ public static final String PAPER_NAMESPACE = "paper"; // Paper
|
||
|
private final String namespace;
|
||
|
private final String path;
|
||
|
|