diff options
Diffstat (limited to 'assets/minecraft/optifine/cit/potions/poison')
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 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_strong | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_strong | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_strong | ||
| 4 | nbt.Potion=minecraft:strong_poison \ No newline at end of file | ||