Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Nov 9, 2023
1 parent b8751cc commit bb34934
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 6 deletions.
35 changes: 32 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
- Change markdown parser to do sanity checking depending on OS
- Fix NPE in dummy task
- Update FMJ to contain icon
- Increase size of edit menu to 10k x 10k (ThatGravyBoat)
- Change normal menu size to be dependent on the min and max positions of quests padding with 100px (ThatGravyBoat)
- Add quest setting for hiding dependency arrows (ThatGravyBoat)
- Change entity displays to scale depending on size of the entity (ThatGravyBoat)
- Fix REI not loading on Forge (ThatGravyBoat)
- Add collection type to XP Tasks (bluebear94)
- Reformat task and reward titles/descriptions (sisby-folk)
- Add tooltips to item icons (bluebear94)
- Add completion summary (sisby-folk)
- Add reward list header similar to task list header (sisby-folk)
- Make task and reward list entries a static size and scale icons (sisby-folk)
- Make gather tasks more reliable (sisby-folk)
- Add ability to override task and reward titles and icons (sisby-folk)
- Center grid on group open (sisby-folk)
- Make toasts wrap their text if it's too long (sisby-folk)
- Make checkbox button locked if quest is locked (sisby-folk)
- Add ability to invidually claim a reward (sisby-folk)
- Fix recipe tasks awarding on learning the recipe instead of crafting (ThatGravyBoat)
- Fix gather tasks NBT not working no certain numbers (ThatGravyBoat)
- Have screen update when the client affects the quests state (sisby-folk)
- Use item modals for tasks and rewards and icon allowing for full itemstack and tag support (ThatGravyBoat and sisby-folk)
- Allow quests to be hidden until a quest reaches a certain status (sisby-folk)
- Apply overscroll to quest widgets (sisby-folk)
- Fix position of dependency arrows (SubordinalBlue)
- Change quest background to use a tiled texture (SubordinalBlue and sisby-folk)
- Add `/heracles reset {quest}` command (sisby-folk)
- Allow for quest icons to have arbitrary sizes and offsets (ThatGravyBoat)
- Show when a quest rewards are unclaimed (sisby-folk)
- Fix error in text editor when deleting text while rendering (ThatGravyBoat)
- Add more logging to packets (ThatGravyBoat)
- Update quest backgrounds to new design (ThatGravyBoat)
- Add option to allow a quest to be repeated (sisby-folk)
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fabric": ">=0.14.19",
"fabric-api": "*",
"minecraft": ">=1.20-",
"resourcefullib": "*",
"resourcefullib": ">=2.1.13",
"java": ">=17"
}
}
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ side="BOTH"
[[dependencies.heracles]]
modId = "resourcefullib"
mandatory = true
versionRange = "[2.1.1,)"
versionRange = "[2.1.13,)"
ordering = "NONE"
side = "BOTH"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G

enabledPlatforms=fabric,forge

version=1.0.5
version=1.1.0
group=earth.terrarium.heracles

minecraftVersion=1.20.1
Expand Down

0 comments on commit bb34934

Please sign in to comment.