Skip to content

Commit

Permalink
Merge pull request #1146 from SymmetricDevs/1.13.5
Browse files Browse the repository at this point in the history
1.13.5
  • Loading branch information
bruberu authored Dec 16, 2024
2 parents 0b48a7f + 672d526 commit 55964e1
Show file tree
Hide file tree
Showing 199 changed files with 5,904 additions and 3,071 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ jarmods/
visualores/

*__pycache__*
servers.dat
2 changes: 0 additions & 2 deletions config/betterquesting.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ general {

# Increases or decreases the scrolling speed [range: 0.0 ~ 10.0, default: 1.0]
S:"Scroll Speed Multiplier"=1.0

# If true, skip the home GUI and open quests at startup. This property will be changed by the mod itself. [default: false]
B:"Skip Home"=true

# If true, then the player will spawn with a Quest Book when they first join the world [default: true]
Expand Down
47 changes: 27 additions & 20 deletions config/betterquesting/DefaultQuests/QuestLines/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"id:3": 32,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -174,
"x:3": -252,
"y:3": -12
},
"9:10": {
Expand All @@ -86,8 +86,8 @@
"id:3": 34,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -174,
"y:3": 96
"x:3": -204,
"y:3": 36
},
"11:10": {
"id:3": 35,
Expand Down Expand Up @@ -128,15 +128,15 @@
"id:3": 42,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -228,
"y:3": -12
"x:3": -300,
"y:3": 36
},
"17:10": {
"id:3": 43,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -174,
"y:3": 144
"x:3": -252,
"y:3": 84
},
"18:10": {
"id:3": 44,
Expand Down Expand Up @@ -199,7 +199,7 @@
"sizeX:3": 48,
"sizeY:3": 48,
"x:3": -312,
"y:3": 132
"y:3": 72
},
"27:10": {
"id:3": 55,
Expand Down Expand Up @@ -310,22 +310,22 @@
"id:3": 77,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -228,
"y:3": 96
"x:3": -348,
"y:3": 36
},
"43:10": {
"id:3": 78,
"sizeX:3": 48,
"sizeY:3": 48,
"x:3": -240,
"y:3": 132
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -348,
"y:3": 84
},
"44:10": {
"id:3": 79,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -228,
"y:3": 48
"x:3": -300,
"y:3": -12
},
"45:10": {
"id:3": 94,
Expand Down Expand Up @@ -429,15 +429,15 @@
"id:3": 518,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -175,
"y:3": -72
"x:3": -252,
"y:3": -60
},
"60:10": {
"id:3": 535,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -228,
"y:3": -72
"x:3": -204,
"y:3": -60
},
"61:10": {
"id:3": 536,
Expand Down Expand Up @@ -494,6 +494,13 @@
"sizeY:3": 24,
"x:3": 12,
"y:3": 144
},
"69:10": {
"id:3": 1458175841,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -252,
"y:3": 36
}
}
}
Loading

0 comments on commit 55964e1

Please sign in to comment.