aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2018-12-31 13:12:25 +0800
committerUnknown <shekwancheung0528@gmail.com>2018-12-31 13:12:25 +0800
commitfee12aa0885da204ec874cd5ada371c42501c873 (patch)
tree880596f5f463e08762a56b1cb1d7008aaed1899d /src/main/resources/fabric.mod.json
parent1b14c5142bb49db9af078b5c753bc22ce35a40cc (diff)
downloadRoughlyEnoughItems-fee12aa0885da204ec874cd5ada371c42501c873.tar.gz
RoughlyEnoughItems-fee12aa0885da204ec874cd5ada371c42501c873.tar.bz2
RoughlyEnoughItems-fee12aa0885da204ec874cd5ada371c42501c873.zip
packetadder wip
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rwxr-xr-xsrc/main/resources/fabric.mod.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
new file mode 100755
index 000000000..949a448a5
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,19 @@
+{
+ "id": "roughlyenoughitems",
+ "name": "RoughlyEnoughItems",
+ "description": "This is an example description! Tell everyone what your mod is about!",
+ "version": "1.0-SNAPSHOT",
+ "side": "client",
+ "authors": [
+ "Danielshe"
+ ],
+ "initializers": [
+ "me.shedaniel.Core"
+ ],
+ "requires": {
+ "fabric": "*"
+ },
+ "mixins": {
+ "client": "roughlyenoughitems.client.json"
+ }
+}