summaryrefslogtreecommitdiff
path: root/assets/minecraft/optifine/cit/potions/healing
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/optifine/cit/potions/healing
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/optifine/cit/potions/healing')
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/linger.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/linger.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/linger_strong.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/linger_strong.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/potion.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/potion.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/potion_strong.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/potion_strong.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/splash.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/splash.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/splash_strong.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/healing/splash_strong.properties4
12 files changed, 66 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cit/potions/healing/linger.json b/assets/minecraft/optifine/cit/potions/healing/linger.json
new file mode 100755
index 00000000..6e9eee40
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/linger.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/healing",
5 "layer1": "minecraft:item/potions/cap_linger"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/linger.properties b/assets/minecraft/optifine/cit/potions/healing/linger.properties
new file mode 100755
index 00000000..9d5eaab3
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/linger.properties
@@ -0,0 +1,4 @@
1type=item
2items=lingering_potion
3model=linger
4nbt.Potion=minecraft:healing \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/linger_strong.json b/assets/minecraft/optifine/cit/potions/healing/linger_strong.json
new file mode 100755
index 00000000..f8a2a05e
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/linger_strong.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/healing_strong",
5 "layer1": "minecraft:item/potions/cap_linger"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/linger_strong.properties b/assets/minecraft/optifine/cit/potions/healing/linger_strong.properties
new file mode 100755
index 00000000..0688aee4
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/linger_strong.properties
@@ -0,0 +1,4 @@
1type=item
2items=lingering_potion
3model=linger_strong
4nbt.Potion=minecraft:strong_healing \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/potion.json b/assets/minecraft/optifine/cit/potions/healing/potion.json
new file mode 100755
index 00000000..102b3634
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/potion.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/healing",
5 "layer1": "minecraft:item/potions/cap_normal"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/potion.properties b/assets/minecraft/optifine/cit/potions/healing/potion.properties
new file mode 100755
index 00000000..c09be587
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/potion.properties
@@ -0,0 +1,4 @@
1type=item
2items=potion
3model=potion
4nbt.Potion=minecraft:healing \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/potion_strong.json b/assets/minecraft/optifine/cit/potions/healing/potion_strong.json
new file mode 100755
index 00000000..cbfe5d4b
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/potion_strong.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/healing_strong",
5 "layer1": "minecraft:item/potions/cap_normal"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/potion_strong.properties b/assets/minecraft/optifine/cit/potions/healing/potion_strong.properties
new file mode 100755
index 00000000..64a0499e
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/potion_strong.properties
@@ -0,0 +1,4 @@
1type=item
2items=potion
3model=potion_strong
4nbt.Potion=minecraft:strong_healing \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/splash.json b/assets/minecraft/optifine/cit/potions/healing/splash.json
new file mode 100755
index 00000000..11d95f16
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/splash.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/healing",
5 "layer1": "minecraft:item/potions/cap_splash"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/splash.properties b/assets/minecraft/optifine/cit/potions/healing/splash.properties
new file mode 100755
index 00000000..40a6f784
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/splash.properties
@@ -0,0 +1,4 @@
1type=item
2items=splash_potion
3model=splash
4nbt.Potion=minecraft:healing \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/splash_strong.json b/assets/minecraft/optifine/cit/potions/healing/splash_strong.json
new file mode 100755
index 00000000..4def4623
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/splash_strong.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/healing_strong",
5 "layer1": "minecraft:item/potions/cap_splash"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/healing/splash_strong.properties b/assets/minecraft/optifine/cit/potions/healing/splash_strong.properties
new file mode 100755
index 00000000..fd83af28
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/healing/splash_strong.properties
@@ -0,0 +1,4 @@
1type=item
2items=splash_potion
3model=splash_strong
4nbt.Potion=minecraft:strong_healing \ No newline at end of file