aboutsummaryrefslogtreecommitdiff
path: root/RoughlyEnoughItems-api/src/main/java/me
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-08-28 20:03:35 +0800
committershedaniel <daniel@shedaniel.me>2020-08-28 20:03:35 +0800
commit89f7cc5fc35591655dfb849b318ebff69c23e5aa (patch)
tree32818c95da0af4ee2dd3bb5d5d8fdeb2fb1b29ca /RoughlyEnoughItems-api/src/main/java/me
parent614a8ef48584740ddbcd6ece4f7e7bbe139e755b (diff)
downloadRoughlyEnoughItems-89f7cc5fc35591655dfb849b318ebff69c23e5aa.tar.gz
RoughlyEnoughItems-89f7cc5fc35591655dfb849b318ebff69c23e5aa.tar.bz2
RoughlyEnoughItems-89f7cc5fc35591655dfb849b318ebff69c23e5aa.zip
Beacon Payment category (Close #406)
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'RoughlyEnoughItems-api/src/main/java/me')
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/BuiltinPlugin.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/BuiltinPlugin.java b/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/BuiltinPlugin.java
index 49a9b7746..ca9c60085 100644
--- a/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/BuiltinPlugin.java
+++ b/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/BuiltinPlugin.java
@@ -47,6 +47,7 @@ public interface BuiltinPlugin {
ResourceLocation FUEL = new ResourceLocation("minecraft", "plugins/fuel");
ResourceLocation SMITHING = new ResourceLocation("minecraft", "plugins/smithing");
ResourceLocation BEACON = new ResourceLocation("minecraft", "plugins/beacon");
+ ResourceLocation BEACON_PAYMENT = new ResourceLocation("minecraft", "plugins/beacon_payment");
ResourceLocation TILLING = new ResourceLocation("minecraft", "plugins/tilling");
ResourceLocation PATHING = new ResourceLocation("minecraft", "plugins/pathing");
ResourceLocation INFO = new ResourceLocation("roughlyenoughitems", "plugins/information");