Skip to content

Commit

Permalink
set clientSideOnly mod property
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Nov 5, 2024
1 parent 52d4150 commit 3f8e1ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/xaeroplus/XaeroPlus.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
modid = XaeroPlus.MODID,
name = XaeroPlus.NAME,
version = XaeroPlus.VERSION,
clientSideOnly = true,
dependencies = "required:mixinbooter@[9.4,);after:xaerominimap@[24.6.1];required-after:xaeroworldmap@[1.39.0];"
)
public class XaeroPlus {
Expand Down

0 comments on commit 3f8e1ae

Please sign in to comment.