diff --git a/changelog.md b/changelog.md index 65c2aa6c..3e3a50ee 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,32 @@ -- Change markdown parser to do sanity checking depending on OS -- Fix NPE in dummy task -- Update FMJ to contain icon \ No newline at end of file +- 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) \ No newline at end of file diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index e963b358..9a629792 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ "fabric": ">=0.14.19", "fabric-api": "*", "minecraft": ">=1.20-", - "resourcefullib": "*", + "resourcefullib": ">=2.1.13", "java": ">=17" } } diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index 8de7279f..e73c5930 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -27,6 +27,6 @@ side="BOTH" [[dependencies.heracles]] modId = "resourcefullib" mandatory = true -versionRange = "[2.1.1,)" +versionRange = "[2.1.13,)" ordering = "NONE" side = "BOTH" diff --git a/gradle.properties b/gradle.properties index f1dcb75e..fdd1b6c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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