aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-10 16:33:18 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-10 16:33:18 +0800
commit7b6c58c7db26747783aee7aff2eff87f08ecb8c3 (patch)
tree6a0e24aba2b869d18de65dd7dc1dcd8e78d4dcb2 /src/main/resources
parent1b21d26487636e50d03979acd5ca4a2a07761a25 (diff)
downloadRoughlyEnoughItems-7b6c58c7db26747783aee7aff2eff87f08ecb8c3.tar.gz
RoughlyEnoughItems-7b6c58c7db26747783aee7aff2eff87f08ecb8c3.tar.bz2
RoughlyEnoughItems-7b6c58c7db26747783aee7aff2eff87f08ecb8c3.zip
Basic cheating / deleting
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json3
-rwxr-xr-xsrc/main/resources/fabric.mod.json5
2 files changed, 5 insertions, 3 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index 30ad504c5..6fa6054e4 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -33,5 +33,6 @@
"text.rei.enable_craftable_only.button": "Craftable Only: %s%b",
"text.rei.enable_craftable_only.tooltip": "Please resize the window after editing\nthis config to apply the changes",
"text.rei.showing_craftable": "Showing Craftable",
- "text.rei.showing_all": "Showing All"
+ "text.rei.showing_all": "Showing All",
+ "text.rei.delete_items": "§cDelete Item"
} \ No newline at end of file
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 9edb21a0b..b1b53a82e 100755
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -2,13 +2,14 @@
"id": "roughlyenoughitems",
"name": "RoughlyEnoughItems",
"description": "To allow players to view items and recipes.",
- "version": "1.5.1",
+ "version": "2.0",
"side": "client",
"authors": [
"Danielshe"
],
"initializers": [
- "me.shedaniel.rei.RoughlyEnoughItemsCore"
+ "me.shedaniel.rei.RoughlyEnoughItemsCore",
+ "me.shedaniel.rei.client.ClientHelper"
],
"requires": {
"fabric": "*"