Skip to content

Commit

Permalink
Hopefully fixes #1664
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed May 10, 2020
1 parent fd978b0 commit d5c59ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/quark.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ tweaks {
B:"Better vanilla textures"=true
B:"Blastproof shulker boxes"=true
B:"Chickens shed feathers"=true
B:"Compasses work everywhere"=true
B:"Compasses work everywhere"=false
B:"Convert Clay Blocks to Clay"=true
B:"Creepers turn red when they're exploding"=true
B:"Deploy ladders down"=true
Expand Down Expand Up @@ -1488,16 +1488,16 @@ tweaks {

"compasses work everywhere" {
# Make clocks always show day until crafted
B:"Enable Clock Fix"=true
B:"Enable Clock Fix"=false

# Make compasses always point north until crafted
B:"Enable Compass Fix"=true
B:"Enable Compass Fix"=false

# Make compasses point to center of the main island when in the end
B:"Enable End Compass"=true
B:"Enable End Compass"=false

# Make compasses point to where the portal you came in from when in the nether
B:"Enable Nether Compass"=true
B:"Enable Nether Compass"=false
}

"dye any wool" {
Expand Down

0 comments on commit d5c59ce

Please sign in to comment.