Is KubeJS a server-side mod or it needs to be installed on both server and client? #731
Answered
by
ChiefArug
szdytom
asked this question in
Script-related questions
-
Is KubeJS a server-side mod or it needs to be installed on both server and client? |
Beta Was this translation helpful? Give feedback.
Answered by
ChiefArug
Oct 24, 2023
Replies: 1 comment
-
KubeJS can be installed purely server side if you enable the config option in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
szdytom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
KubeJS can be installed purely server side if you enable the config option in
kubejs/config/common.properties
.Note that this disables a few features, such as registering new objects (custom items, blocks ect), special recipe features such as modifyResult and custom ingredients (if they aren't already broken on the version you are using (1.19+ has them broken iirc). And of course all client_scripts stuff.