diff options
author | inglettronald <inglettronald@gmail.com> | 2023-07-21 18:29:58 -0500 |
---|---|---|
committer | inglettronald <inglettronald@gmail.com> | 2023-07-21 18:29:58 -0500 |
commit | c53d33258ac48cd89883d5f27f380a7d30e561cb (patch) | |
tree | 16d78404c95a0c0936c3789bd290f0aeb81c7ee9 /src/main/resources | |
parent | 6b44a6c4446588950865a6f9def26a5777bd63ba (diff) | |
download | DulkirMod-Fabric-c53d33258ac48cd89883d5f27f380a7d30e561cb.tar.gz DulkirMod-Fabric-c53d33258ac48cd89883d5f27f380a7d30e561cb.tar.bz2 DulkirMod-Fabric-c53d33258ac48cd89883d5f27f380a7d30e561cb.zip |
Bridge Bot formatting and client side specification
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3f6321d..c045783 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -16,7 +16,7 @@ }, "license": "MPL-2.0", "icon": "assets/dulkirmod-fabric/icon.png", - "environment": "*", + "environment": "client", "entrypoints": { "main": [ { @@ -47,5 +47,6 @@ "Mod Menu": "https://modrinth.com/mod/modmenu", "Puzzle": "https://www.midnightdust.eu/", "Starlight": "https://www.curseforge.com/minecraft/mc-mods/starlight" - } + }, + "accessWidener" : "dulkirmod.accesswidener" }
\ No newline at end of file |