diff --git a/assets/horizonsend/items/ui/loading.json b/assets/horizonsend/items/ui/loading.json new file mode 100644 index 00000000..963afd77 --- /dev/null +++ b/assets/horizonsend/items/ui/loading.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "horizonsend:item/ui/loading" + } +} \ No newline at end of file diff --git a/assets/horizonsend/models/item/ui/loading.json b/assets/horizonsend/models/item/ui/loading.json new file mode 100644 index 00000000..5eb3b9ea --- /dev/null +++ b/assets/horizonsend/models/item/ui/loading.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "horizonsend:item/ui/loading" + } +} \ No newline at end of file diff --git a/assets/horizonsend/textures/item/ui/loading.png b/assets/horizonsend/textures/item/ui/loading.png new file mode 100644 index 00000000..c9965dd5 Binary files /dev/null and b/assets/horizonsend/textures/item/ui/loading.png differ diff --git a/assets/horizonsend/textures/item/ui/loading.png.mcmeta b/assets/horizonsend/textures/item/ui/loading.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/assets/horizonsend/textures/item/ui/loading.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +}