diff --git a/manifest.json b/manifest.json index 52a4233..1e43a4e 100644 --- a/manifest.json +++ b/manifest.json @@ -751,7 +751,7 @@ }, { "projectID": 932060, - "fileID": 5531121, + "fileID": 5531653, "required": true }, { diff --git a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/keybindOverrides.groovy b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/keybindOverrides.groovy index 550080e..92c5054 100644 --- a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/keybindOverrides.groovy +++ b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/keybindOverrides.groovy @@ -1,4 +1,6 @@ -import com.nomiceu.nomilabs.util.LabsSide +// SIDE: CLIENT +// ^, Makes the Script only Run Client-Side + import net.minecraftforge.client.settings.KeyModifier import org.lwjgl.input.Keyboard @@ -7,10 +9,6 @@ import static com.nomiceu.nomilabs.groovy.GroovyHelpers.KeyBindingHelpers.* // This File overrides the Default Keybinds for New Players. // All Keybinds that a new player would probably never need to use should probably be unset here. -// Doesn't matter on Server -// IMPORTANT! This stops the script from crashing on servers! -if (LabsSide.isDedicatedServer()) return - addOverride('keybind.baublesinventory', Keyboard.KEY_NONE) addOverride('key.advancements', Keyboard.KEY_NONE) diff --git a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/tooltips.groovy b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/tooltips.groovy index 164d079..6462ddb 100644 --- a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/tooltips.groovy +++ b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/tooltips.groovy @@ -1,3 +1,6 @@ +// SIDE: CLIENT +// ^ Script only runs Client-Side + import appeng.core.AEConfig import appeng.core.features.AEFeature import com.nomiceu.nomilabs.util.LabsModeHelper