summaryrefslogtreecommitdiff
path: root/assets/minecraft/optifine/cit/potions/poison
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/poison
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/optifine/cit/potions/poison')
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/linger.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/linger.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/linger_long.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/linger_long.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/linger_strong.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/linger_strong.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/potion.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/potion.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/potion_long.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/potion_long.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/potion_strong.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/potion_strong.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/splash.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/splash.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/splash_long.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/splash_long.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/splash_strong.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/poison/splash_strong.properties4
18 files changed, 99 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cit/potions/poison/linger.json b/assets/minecraft/optifine/cit/potions/poison/linger.json
new file mode 100755
index 00000000..3056ee4f
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/linger.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/poison",
5 "layer1": "minecraft:item/potions/cap_linger"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/linger.properties b/assets/minecraft/optifine/cit/potions/poison/linger.properties
new file mode 100755
index 00000000..d8f60d00
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/linger.properties
@@ -0,0 +1,4 @@
1type=item
2items=lingering_potion
3model=linger
4nbt.Potion=minecraft:poison \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/linger_long.json b/assets/minecraft/optifine/cit/potions/poison/linger_long.json
new file mode 100755
index 00000000..ef260e5a
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/linger_long.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/poison",
5 "layer1": "minecraft:item/potions/cap_linger_long"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/linger_long.properties b/assets/minecraft/optifine/cit/potions/poison/linger_long.properties
new file mode 100755
index 00000000..00220457
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/linger_long.properties
@@ -0,0 +1,4 @@
1type=item
2items=lingering_potion
3model=linger_long
4nbt.Potion=minecraft:long_poison \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/linger_strong.json b/assets/minecraft/optifine/cit/potions/poison/linger_strong.json
new file mode 100755
index 00000000..edaa50d3
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/linger_strong.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/poison_strong",
5 "layer1": "minecraft:item/potions/cap_linger"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/linger_strong.properties b/assets/minecraft/optifine/cit/potions/poison/linger_strong.properties
new file mode 100755
index 00000000..2ffe5605
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/linger_strong.properties
@@ -0,0 +1,4 @@
1type=item
2items=lingering_potion
3model=linger_strong
4nbt.Potion=minecraft:strong_poison \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/potion.json b/assets/minecraft/optifine/cit/potions/poison/potion.json
new file mode 100755
index 00000000..d643a4b8
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/potion.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/poison",
5 "layer1": "minecraft:item/potions/cap_normal"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/potion.properties b/assets/minecraft/optifine/cit/potions/poison/potion.properties
new file mode 100755
index 00000000..b04161f2
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/potion.properties
@@ -0,0 +1,4 @@
1type=item
2items=potion
3model=potion
4nbt.Potion=minecraft:poison \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/potion_long.json b/assets/minecraft/optifine/cit/potions/poison/potion_long.json
new file mode 100755
index 00000000..5cd39cb8
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/potion_long.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/poison",
5 "layer1": "minecraft:item/potions/cap_normal_long"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/potion_long.properties b/assets/minecraft/optifine/cit/potions/poison/potion_long.properties
new file mode 100755
index 00000000..b5734c80
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/potion_long.properties
@@ -0,0 +1,4 @@
1type=item
2items=potion
3model=potion_long
4nbt.Potion=minecraft:long_poison \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/potion_strong.json b/assets/minecraft/optifine/cit/potions/poison/potion_strong.json
new file mode 100755
index 00000000..de67c405
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/potion_strong.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/poison_strong",
5 "layer1": "minecraft:item/potions/cap_normal"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/potion_strong.properties b/assets/minecraft/optifine/cit/potions/poison/potion_strong.properties
new file mode 100755
index 00000000..70a486f2
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/potion_strong.properties
@@ -0,0 +1,4 @@
1type=item
2items=potion
3model=potion_strong
4nbt.Potion=minecraft:strong_poison \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/splash.json b/assets/minecraft/optifine/cit/potions/poison/splash.json
new file mode 100755
index 00000000..f49cfbd6
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/splash.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/poison",
5 "layer1": "minecraft:item/potions/cap_splash"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/splash.properties b/assets/minecraft/optifine/cit/potions/poison/splash.properties
new file mode 100755
index 00000000..6bf46daf
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/splash.properties
@@ -0,0 +1,4 @@
1type=item
2items=splash_potion
3model=splash
4nbt.Potion=minecraft:poison \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/splash_long.json b/assets/minecraft/optifine/cit/potions/poison/splash_long.json
new file mode 100755
index 00000000..382f7733
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/splash_long.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/poison",
5 "layer1": "minecraft:item/potions/cap_splash_long"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/splash_long.properties b/assets/minecraft/optifine/cit/potions/poison/splash_long.properties
new file mode 100755
index 00000000..2c72fc91
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/splash_long.properties
@@ -0,0 +1,4 @@
1type=item
2items=splash_potion
3model=splash_long
4nbt.Potion=minecraft:long_poison \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/splash_strong.json b/assets/minecraft/optifine/cit/potions/poison/splash_strong.json
new file mode 100755
index 00000000..50a5b9bf
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/splash_strong.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/poison_strong",
5 "layer1": "minecraft:item/potions/cap_splash"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/poison/splash_strong.properties b/assets/minecraft/optifine/cit/potions/poison/splash_strong.properties
new file mode 100755
index 00000000..87c352bf
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/poison/splash_strong.properties
@@ -0,0 +1,4 @@
1type=item
2items=splash_potion
3model=splash_strong
4nbt.Potion=minecraft:strong_poison \ No newline at end of file