Skip to content

Commit c3f0fd1

Browse files
committed
V1.0.14
1 parent 944f392 commit c3f0fd1

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
## 1.0.13
2-
- Added support for .schem, .schematic, and .nbt files! It will now load them into Litematica.
3-
- Added the Logical Redstone Archive to the server list!
4-
5-
## 1.0.12
6-
- Offline mode added! This allows you to use the mod without an internet connection. The mod will use cached data from previous downloads to function. It also makes loading much faster, since it doesn't have to fetch data from the internet every time you open the mod's UI.
7-
- Custom Litematica schematics folders are now supported. The mod will automatically detect and use any custom folders you have set up in Litematica.
8-
- Attachments and images are now hashed. If a file which the mod downloaded is modified in-transit, the mod will detect this and warn you.
9-
- Development: The mod's codebase has been refactored and cleaned up, using Stonecutter for managing multiple Minecraft versions. This should make it easier to maintain and add new Minecraft versions in the future.
1+
## 1.0.14
2+
- Added real markdown support! Posts are now formatted much more accurately, and support things like links, lists, and more.
3+
- Added dictionary entry tooltips! Hovering over a dictionary entry reference will now show the definition in a tooltip, and clicking it will open the definition in a popup.
4+
- Worldedit support is here! In singleplayer it will auto load .schem and .schematic files into the worldedit clipboard, provided that you dont have Litematica (Litematica is a better schematic mod and is recommended over worldedit schematics)
5+
- Upgraded caching system to also cache entry data

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel=true
44
org.gradle.configuration-cache=true
55

66
# Mod properties
7-
mod.version=1.0.13
7+
mod.version=1.0.14
88
mod.group=com.andrews.archivedownloader
99
mod.id=archive-downloader
1010
mod.name=Archive Downloader

0 commit comments

Comments
 (0)