diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-04-29 19:03:03 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-04-29 19:06:15 +0800 |
| commit | a2e17c2208c82fb446719650a74feb4e3b445ce5 (patch) | |
| tree | 28ed130419786ad8f587826ec6ae7e6f056092aa /src/main/resources | |
| parent | 84ec7057e25602a8705efc5ee1b34c8f05184ea4 (diff) | |
| download | RoughlyEnoughItems-a2e17c2208c82fb446719650a74feb4e3b445ce5.tar.gz RoughlyEnoughItems-a2e17c2208c82fb446719650a74feb4e3b445ce5.tar.bz2 RoughlyEnoughItems-a2e17c2208c82fb446719650a74feb4e3b445ce5.zip | |
Fabric API 0.3 Ready & Update to 1.14 Mappings
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2513c7fdf..b06c9398e 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,10 +33,14 @@ }, "requires": { "fabricloader": ">=0.4.0", - "fabric": "^0.2.6", + "fabric-keybindings": ">=0.1.0", + "fabric-lib": ">=0.1.0", + "fabric-networking": ">=0.1.0", + "fabric-events-lifecycle": ">=0.1.0", "cloth": "*" }, "recommends": { + "fabric-resource-loader": ">=0.1.0", "cloth-config": ">=0.1.0" }, "mixins": [ |
