parent
1026e63281
commit
2dd4e3dfbd
@ -751,7 +751,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"projectID": 932060,
|
"projectID": 932060,
|
||||||
"fileID": 5531121,
|
"fileID": 5531653,
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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 net.minecraftforge.client.settings.KeyModifier
|
||||||
import org.lwjgl.input.Keyboard
|
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.
|
// 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.
|
// 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('keybind.baublesinventory', Keyboard.KEY_NONE)
|
||||||
|
|
||||||
addOverride('key.advancements', Keyboard.KEY_NONE)
|
addOverride('key.advancements', Keyboard.KEY_NONE)
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// SIDE: CLIENT
|
||||||
|
// ^ Script only runs Client-Side
|
||||||
|
|
||||||
import appeng.core.AEConfig
|
import appeng.core.AEConfig
|
||||||
import appeng.core.features.AEFeature
|
import appeng.core.features.AEFeature
|
||||||
import com.nomiceu.nomilabs.util.LabsModeHelper
|
import com.nomiceu.nomilabs.util.LabsModeHelper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user