From 4a19e5053aa0b6d0e43ba6f7cfb84eb9235e4dad Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 22 Mar 2024 18:18:00 -0400 Subject: [PATCH] fixed workflow only grabbing the readme --- LICENSE.md => LICENSE | 0 .../data => data}/minecraft/functions/load.json | 0 .../data => data}/minecraft/functions/tick.json | 0 .../minecraft/tags/functions/load.json | 0 .../minecraft/tags/functions/tick.json | 0 .../nonetherite/functions/load.mcfunction | 0 .../nonetherite/functions/tick.mcfunction | 0 .../nonetherite/tags/functions/load.json | 0 .../nonetherite/tags/functions/tick.json | 0 noNetherite/pack.mcmeta => pack.mcmeta | 0 noNetherite/pack.png => pack.png | Bin 11 files changed, 0 insertions(+), 0 deletions(-) rename LICENSE.md => LICENSE (100%) rename {noNetherite/data => data}/minecraft/functions/load.json (100%) rename {noNetherite/data => data}/minecraft/functions/tick.json (100%) rename {noNetherite/data => data}/minecraft/tags/functions/load.json (100%) rename {noNetherite/data => data}/minecraft/tags/functions/tick.json (100%) rename {noNetherite/data => data}/nonetherite/functions/load.mcfunction (100%) rename {noNetherite/data => data}/nonetherite/functions/tick.mcfunction (100%) rename {noNetherite/data => data}/nonetherite/tags/functions/load.json (100%) rename {noNetherite/data => data}/nonetherite/tags/functions/tick.json (100%) rename noNetherite/pack.mcmeta => pack.mcmeta (100%) rename noNetherite/pack.png => pack.png (100%) diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/noNetherite/data/minecraft/functions/load.json b/data/minecraft/functions/load.json similarity index 100% rename from noNetherite/data/minecraft/functions/load.json rename to data/minecraft/functions/load.json diff --git a/noNetherite/data/minecraft/functions/tick.json b/data/minecraft/functions/tick.json similarity index 100% rename from noNetherite/data/minecraft/functions/tick.json rename to data/minecraft/functions/tick.json diff --git a/noNetherite/data/minecraft/tags/functions/load.json b/data/minecraft/tags/functions/load.json similarity index 100% rename from noNetherite/data/minecraft/tags/functions/load.json rename to data/minecraft/tags/functions/load.json diff --git a/noNetherite/data/minecraft/tags/functions/tick.json b/data/minecraft/tags/functions/tick.json similarity index 100% rename from noNetherite/data/minecraft/tags/functions/tick.json rename to data/minecraft/tags/functions/tick.json diff --git a/noNetherite/data/nonetherite/functions/load.mcfunction b/data/nonetherite/functions/load.mcfunction similarity index 100% rename from noNetherite/data/nonetherite/functions/load.mcfunction rename to data/nonetherite/functions/load.mcfunction diff --git a/noNetherite/data/nonetherite/functions/tick.mcfunction b/data/nonetherite/functions/tick.mcfunction similarity index 100% rename from noNetherite/data/nonetherite/functions/tick.mcfunction rename to data/nonetherite/functions/tick.mcfunction diff --git a/noNetherite/data/nonetherite/tags/functions/load.json b/data/nonetherite/tags/functions/load.json similarity index 100% rename from noNetherite/data/nonetherite/tags/functions/load.json rename to data/nonetherite/tags/functions/load.json diff --git a/noNetherite/data/nonetherite/tags/functions/tick.json b/data/nonetherite/tags/functions/tick.json similarity index 100% rename from noNetherite/data/nonetherite/tags/functions/tick.json rename to data/nonetherite/tags/functions/tick.json diff --git a/noNetherite/pack.mcmeta b/pack.mcmeta similarity index 100% rename from noNetherite/pack.mcmeta rename to pack.mcmeta diff --git a/noNetherite/pack.png b/pack.png similarity index 100% rename from noNetherite/pack.png rename to pack.png