Skip to content

Commit

Permalink
remve all starter books and give them as quest reward
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jun 3, 2020
1 parent b1cea53 commit 80ffea4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/OpenBlocks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ features {
I:flimFlamEnchantmentId=213

# Should every player get info book on first login
B:infoBook=true
B:infoBook=false

# Id of last stand enchantment
I:lastStandEnchantmentId=212
Expand Down
2 changes: 1 addition & 1 deletion config/OpenComputers.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ opencomputers {
# Whether to give a new player a free copy of the manual. This will only
# happen one time per game, not per world, not per death. Once. If this
# is still too much for your taste, disable it here ;-)
giveManualToNewPlayers=true
giveManualToNewPlayers=false

# Whether to not show your special thinger (if you have one you know it).
hideOwnSpecial=false
Expand Down
2 changes: 1 addition & 1 deletion config/TinkersConstruct.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ achievements {
B:"Remove Gold Cast Recipes"=true
B:"Remove Vanilla Tool Effectiveness"=false
B:"Remove Vanilla Tool Recipes"=false
B:"Spawn beginner book"=true
B:"Spawn beginner book"=false
B:"Tools lose 10% durability on death"=true
}

Expand Down
2 changes: 1 addition & 1 deletion config/betterquesting/questbook.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ general {
B:disableQuestNotifications=false

# Enable this option so new players will spawn with a Quest Book. Default: false
B:spawnWithBook=true
B:spawnWithBook=false
}


0 comments on commit 80ffea4

Please sign in to comment.