aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2018-12-22 13:17:31 +0800
committerUnknown <shekwancheung0528@gmail.com>2018-12-22 13:17:31 +0800
commitd1e292ca25b7987bc4ddf334205238d75f7f29b7 (patch)
tree3c2911284faccd10f97e3aa307719ec12efd4b53 /src/main/resources
parent7bcd4d2e868210a842ad7e4e4fc34240de40a121 (diff)
downloadRoughlyEnoughItems-d1e292ca25b7987bc4ddf334205238d75f7f29b7.tar.gz
RoughlyEnoughItems-d1e292ca25b7987bc4ddf334205238d75f7f29b7.tar.bz2
RoughlyEnoughItems-d1e292ca25b7987bc4ddf334205238d75f7f29b7.zip
from aei but like jei now
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/assets/almostenoughitems/.modassetroot0
-rwxr-xr-xsrc/main/resources/assets/almostenoughitems/lang/en_us.json8
-rwxr-xr-xsrc/main/resources/assets/almostenoughitems/lang/fr_fr.json8
-rwxr-xr-xsrc/main/resources/assets/almostenoughitems/textures/gui/recipecontainer.pngbin0 -> 3577 bytes
-rw-r--r--src/main/resources/mixins.roughlyenoughitems.json18
-rw-r--r--src/main/resources/pack.mcmeta6
-rw-r--r--src/main/resources/riftmod.json26
7 files changed, 66 insertions, 0 deletions
diff --git a/src/main/resources/assets/almostenoughitems/.modassetroot b/src/main/resources/assets/almostenoughitems/.modassetroot
new file mode 100755
index 000000000..e69de29bb
--- /dev/null
+++ b/src/main/resources/assets/almostenoughitems/.modassetroot
diff --git a/src/main/resources/assets/almostenoughitems/lang/en_us.json b/src/main/resources/assets/almostenoughitems/lang/en_us.json
new file mode 100755
index 000000000..907f453b3
--- /dev/null
+++ b/src/main/resources/assets/almostenoughitems/lang/en_us.json
@@ -0,0 +1,8 @@
+{
+ "key.aei.category":"Almost Enough Items",
+ "key.aei.recipe":"Show Recipe",
+ "key.aei.hide":"Hide/Show AEI",
+ "key.aei.use":"Show Uses",
+ "text.aei.cheat":"Cheat",
+ "text.aei.nocheat":"§4§mCheat"
+} \ No newline at end of file
diff --git a/src/main/resources/assets/almostenoughitems/lang/fr_fr.json b/src/main/resources/assets/almostenoughitems/lang/fr_fr.json
new file mode 100755
index 000000000..23b30daec
--- /dev/null
+++ b/src/main/resources/assets/almostenoughitems/lang/fr_fr.json
@@ -0,0 +1,8 @@
+{
+ "key.aei.category":"Almost Enough Items",
+ "key.aei.recipe":"Afficher la recette",
+ "key.aei.hide":"Masquer/afficher AEI",
+ "key.aei.use":"Afficher les utilisations",
+ "text.aei.cheat":"Triche",
+ "text.aei.nocheat":"§4§mTriche"
+}
diff --git a/src/main/resources/assets/almostenoughitems/textures/gui/recipecontainer.png b/src/main/resources/assets/almostenoughitems/textures/gui/recipecontainer.png
new file mode 100755
index 000000000..87bd19aa9
--- /dev/null
+++ b/src/main/resources/assets/almostenoughitems/textures/gui/recipecontainer.png
Binary files differ
diff --git a/src/main/resources/mixins.roughlyenoughitems.json b/src/main/resources/mixins.roughlyenoughitems.json
new file mode 100644
index 000000000..dc65209b5
--- /dev/null
+++ b/src/main/resources/mixins.roughlyenoughitems.json
@@ -0,0 +1,18 @@
+{
+ "required": true,
+ "minVersion": "0.7.7",
+ "compatibilityLevel": "JAVA_8",
+ "target": "@env(DEFAULT)",
+ "package": "me.shedaniel.mixins",
+ "refmap": "mixins.roughlyenoughitems.refmap.json",
+ "mixins": [
+ "MixinDoneLoading"
+ ],
+ "client": [
+ "MixinGuiContainer",
+ "MixinMinecraftResize",
+ "MixinKeyboardListener",
+ "MixinRecipeManager",
+ "MixinGuiContainerCreative"
+ ]
+} \ No newline at end of file
diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta
new file mode 100644
index 000000000..d8df282be
--- /dev/null
+++ b/src/main/resources/pack.mcmeta
@@ -0,0 +1,6 @@
+{
+ "pack": {
+ "pack_format": 4,
+ "description": "Rift Mod List"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json
new file mode 100644
index 000000000..2b43c3ecd
--- /dev/null
+++ b/src/main/resources/riftmod.json
@@ -0,0 +1,26 @@
+{
+ "id": "roughlyenoughitems",
+ "name": "RoughlyEnoughItems",
+ "version": "1.0b-SNAPSHOT",
+ "authors": [
+ "ZenDarva",
+ "Danielshe"
+ ],
+ "listeners": [
+ "me.shedaniel.Core",
+ "me.shedaniel.listeners.InitListener",
+ "me.shedaniel.listeners.DrawContainerListener",
+ "me.shedaniel.listeners.ResizeListener",
+ "me.shedaniel.library.KeyBindManager",
+ {
+ "class": "me.shedaniel.plugin.VanillaPlugin",
+ "side": "client"
+ },
+ {
+ "class": "me.shedaniel.ClientListener",
+ "side": "client"
+ }
+ ],
+ "url": "https://shedaniel.me",
+ "description": "An AEI fork to look like JEI"
+} \ No newline at end of file