From fba099e71a340ef7f3f5dc016067c3e94327a7ef Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 4 Oct 2025 17:35:40 +0000 Subject: [PATCH 1/2] Add README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ac92d4 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# hide-item-frame +this is a basic Minecraft datapack to allow for hiding item frames in vanilla Minecraft + +# requirements +this datapack was written and tested with Fabric version: 1.21.7 but it may be able to run on other versions + +# usage +once the datapack is loaded, if you are crouched while adding an item to an item frame, then the frame will dissappear. The effect is reset when the frame is broken \ No newline at end of file From 4a81a5f845d69944ff3cc7ef74afb90f8189a8a6 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 4 Oct 2025 17:36:03 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ac92d4..c4fa06a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # hide-item-frame this is a basic Minecraft datapack to allow for hiding item frames in vanilla Minecraft -# requirements +## requirements this datapack was written and tested with Fabric version: 1.21.7 but it may be able to run on other versions -# usage +## usage once the datapack is loaded, if you are crouched while adding an item to an item frame, then the frame will dissappear. The effect is reset when the frame is broken \ No newline at end of file