aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/resourcepacks/default_top/pack.mcmeta
diff options
context:
space:
mode:
authormsg-programs <msgdoesstuff@gmail.com>2023-07-27 22:14:54 +0200
committermsg-programs <msgdoesstuff@gmail.com>2023-07-27 22:15:42 +0200
commit393ec5f59d16296248fe1994d02ced699a725fcb (patch)
tree65647782e6ca80cc36838058500c5aa77812fa50 /src/main/resources/resourcepacks/default_top/pack.mcmeta
parentc2f5155391482368425b61517848f4a11080dcf7 (diff)
downloadSkyblocker-393ec5f59d16296248fe1994d02ced699a725fcb.tar.gz
Skyblocker-393ec5f59d16296248fe1994d02ced699a725fcb.tar.bz2
Skyblocker-393ec5f59d16296248fe1994d02ced699a725fcb.zip
Load layout from resoure packs, see details.
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.
Diffstat (limited to 'src/main/resources/resourcepacks/default_top/pack.mcmeta')
-rw-r--r--src/main/resources/resourcepacks/default_top/pack.mcmeta6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/resourcepacks/default_top/pack.mcmeta b/src/main/resources/resourcepacks/default_top/pack.mcmeta
new file mode 100644
index 00000000..bfbd1df3
--- /dev/null
+++ b/src/main/resources/resourcepacks/default_top/pack.mcmeta
@@ -0,0 +1,6 @@
+{
+ "pack": {
+ "pack_format": 15,
+ "description": "Tutorial Resource Pack"
+ }
+} \ No newline at end of file