From 0e5bf79b8093d82c5d4cd7587abaa2bf41fd1ffa Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 27 Jan 2024 08:36:24 +0200 Subject: Initial commit: secret doors are displayed as bookshelves by WTHIT --- src/main/resources/quilt.mod.json | 24 ++++++++++++++++++++++++ src/main/resources/waila_plugins.json | 7 +++++++ 2 files changed, 31 insertions(+) create mode 100644 src/main/resources/quilt.mod.json create mode 100644 src/main/resources/waila_plugins.json (limited to 'src/main/resources') diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json new file mode 100644 index 0000000..c2ec5a6 --- /dev/null +++ b/src/main/resources/quilt.mod.json @@ -0,0 +1,24 @@ +{ + "schema_version": 1, + "quilt_loader": { + "group": "lv.enes.mc", + "id": "eriscraft_misc", + "version": "${version}", + "metadata": { + "name": "ErisCraft Miscellany", + "description": "Miscellaneous things for my modpack :3", + "contributors": { + "Eris": "Owner" + } + }, + "intermediate_mappings": "net.fabricmc:intermediary", + "entrypoints": {}, + "depends": [{ + "id": "quilt_loader", + "versions": "^${loader_version}" + }, { + "id": "minecraft", + "versions": "=${minecraft_version}" + }] + } +} \ No newline at end of file diff --git a/src/main/resources/waila_plugins.json b/src/main/resources/waila_plugins.json new file mode 100644 index 0000000..2dafe26 --- /dev/null +++ b/src/main/resources/waila_plugins.json @@ -0,0 +1,7 @@ +{ + "eris_alchemy:secret_doors": { + "initializer": "lv.enes.mc.eriscraft_misc.SecretDoorWailaPlugin", + "side": "*", + "required": [] + } +} \ No newline at end of file -- cgit v1.2.3