aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/resourcepacks
AgeCommit message (Collapse)Author
2023-08-24Rename builtin resource packmsg-programs
2023-08-15Add format version file to resource pack for future breaking changes.msg-programs
2023-08-13Add missing alignment op to rp dungeon layoutmsg-programs
2023-08-13Rework some dungeon screens from the rp, fix collideWith op to make them ↵msg-programs
work correctly
2023-08-13Rework dungeon hub layout from rpmsg-programs
2023-08-13Rework farming islands layout from rpmsg-programs
2023-08-13Rework rp iconmsg-programs
2023-08-13Remove trailing whitespace in rp descriptionmsg-programs
2023-08-06Add resource pack description and icon.msg-programs
Latter looks a bit off thanks to whatever Minecraft uses to scale the icon...
2023-08-06Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
json-tabhud # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/screens/main/GardenScreen.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/util/PlayerLocator.java Pull upstream changes
2023-08-06Add error handling, rename EmptyWidget to ErrorWidget and allow custom string.msg-programs
2023-07-29Change resource dirs to not contain uppercase letters.msg-programs
2023-07-27Load layout from resoure packs, see details.msg-programs
Use resource pack logic to load the layouts. Finally delete the old screen defs, replace with builtin layout JSON files. Include a top-aligned layout as a builtin resource pack. Implement more possibilites for the layout to support said pack.