diff options
author | NotNite <hi@notnite.com> | 2023-06-26 15:52:05 -0400 |
---|---|---|
committer | NotNite <hi@notnite.com> | 2023-06-26 15:52:05 -0400 |
commit | 4cbe83614ad0d035c1d0ce11385335cec63a0ed8 (patch) | |
tree | 871610cecc66f71a27e20057925eedd75628ab98 /src/main/resources/fabric.mod.json | |
parent | 490d368baea7a5281ca2378d8ed812ff9d49dfc7 (diff) | |
download | gloppers-4cbe83614ad0d035c1d0ce11385335cec63a0ed8.tar.gz gloppers-4cbe83614ad0d035c1d0ce11385335cec63a0ed8.tar.bz2 gloppers-4cbe83614ad0d035c1d0ce11385335cec63a0ed8.zip |
Fix singleplayer
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7599de5..eebc2a7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -12,20 +12,9 @@ }, "license": "MIT", "icon": "assets/gloppers/icon.png", - "environment": "server", - "entrypoints": { - "server": [ - { - "value": "com.notnite.gloppers.Gloppers", - "adapter": "kotlin" - } - ] - }, + "environment": "*", "mixins": [ - { - "environment": "server", - "config": "gloppers.mixins.json" - } + "gloppers.mixins.json" ], "depends": { "fabricloader": ">=0.14.19", |