diff --git a/treeplacer_wwee/fabric.mod.json b/treeplacer_wwee/fabric.mod.json new file mode 100644 index 0000000..1c3fd2a --- /dev/null +++ b/treeplacer_wwee/fabric.mod.json @@ -0,0 +1,16 @@ +{ + "schemaVersion": 1, + "id": "treeplacer_wwee", + "version": "2.0.0", + "name": "Treeplacer x WWEE", + "description": "This is a Treeplacer datapack for William Wythers' Expanded Ecosphere.", + "authors": "Micle", + "license": "All Rights Reserved", + "icon": "pack.png", + "environment":"*", + "depends":{ + "fabric-resource-loader-v0":"*", + "expanded_ecosphere":"3.2.4", + "treeplacer":"1.3.0" + } +} \ No newline at end of file