Implemented #1129 / Bugfixes

This commit is contained in:
Anuken 2020-03-24 12:02:26 -04:00
commit 7d5ceafff2
14 changed files with 72 additions and 16 deletions

View file

@ -463,6 +463,10 @@ public class DesktopInput extends InputHandler{
mode = none;
}
if(Core.input.keyTap(Binding.toggle_block_status)){
Core.settings.putSave("blockstatus", !Core.settings.getBool("blockstatus"));
}
if(Core.input.keyTap(Binding.toggle_power_lines)){
if(Core.settings.getInt("lasersopacity") == 0){
Core.settings.put("lasersopacity", Core.settings.getInt("preferredlaseropacity", 100));