diff options
Diffstat (limited to 'assets/minecraft/optifine/cit/potions')
228 files changed, 1254 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/linger.json b/assets/minecraft/optifine/cit/potions/fire_resistance/linger.json new file mode 100755 index 00000000..7a4c2834 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/fire_resistance", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/linger.properties b/assets/minecraft/optifine/cit/potions/fire_resistance/linger.properties new file mode 100755 index 00000000..b1c7eee7 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:fire_resistance \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/linger_long.json b/assets/minecraft/optifine/cit/potions/fire_resistance/linger_long.json new file mode 100755 index 00000000..9b524b8e --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/fire_resistance", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/linger_long.properties b/assets/minecraft/optifine/cit/potions/fire_resistance/linger_long.properties new file mode 100755 index 00000000..41ad2b74 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_fire_resistance \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/potion.json b/assets/minecraft/optifine/cit/potions/fire_resistance/potion.json new file mode 100755 index 00000000..ab4861aa --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/fire_resistance", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/potion.properties b/assets/minecraft/optifine/cit/potions/fire_resistance/potion.properties new file mode 100755 index 00000000..3ceb1afc --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:fire_resistance \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/potion_long.json b/assets/minecraft/optifine/cit/potions/fire_resistance/potion_long.json new file mode 100755 index 00000000..e809a877 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/fire_resistance", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/potion_long.properties b/assets/minecraft/optifine/cit/potions/fire_resistance/potion_long.properties new file mode 100755 index 00000000..30388033 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_fire_resistance \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/splash.json b/assets/minecraft/optifine/cit/potions/fire_resistance/splash.json new file mode 100755 index 00000000..3103b17d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/fire_resistance", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/splash.properties b/assets/minecraft/optifine/cit/potions/fire_resistance/splash.properties new file mode 100755 index 00000000..6f6fb998 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:fire_resistance \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/splash_long.json b/assets/minecraft/optifine/cit/potions/fire_resistance/splash_long.json new file mode 100755 index 00000000..9f31d53d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/fire_resistance", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/fire_resistance/splash_long.properties b/assets/minecraft/optifine/cit/potions/fire_resistance/splash_long.properties new file mode 100755 index 00000000..3688c77d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/fire_resistance/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_fire_resistance \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/linger.json b/assets/minecraft/optifine/cit/potions/harming/linger.json new file mode 100755 index 00000000..004c835e --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/linger.properties b/assets/minecraft/optifine/cit/potions/harming/linger.properties new file mode 100755 index 00000000..591b3d86 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:harming \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/linger_strong.json b/assets/minecraft/optifine/cit/potions/harming/linger_strong.json new file mode 100755 index 00000000..f78de735 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/linger_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/linger_strong.properties b/assets/minecraft/optifine/cit/potions/harming/linger_strong.properties new file mode 100755 index 00000000..16cb7336 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/linger_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_strong | ||
| 4 | nbt.Potion=minecraft:strong_harming \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/potion.json b/assets/minecraft/optifine/cit/potions/harming/potion.json new file mode 100755 index 00000000..ae6792ba --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/potion.properties b/assets/minecraft/optifine/cit/potions/harming/potion.properties new file mode 100755 index 00000000..98d4352b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:harming \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/potion_strong.json b/assets/minecraft/optifine/cit/potions/harming/potion_strong.json new file mode 100755 index 00000000..1c663ee7 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/potion_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/potion_strong.properties b/assets/minecraft/optifine/cit/potions/harming/potion_strong.properties new file mode 100755 index 00000000..ef436cbf --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/potion_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_strong | ||
| 4 | nbt.Potion=minecraft:strong_harming \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/splash.json b/assets/minecraft/optifine/cit/potions/harming/splash.json new file mode 100755 index 00000000..f3e061f1 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/splash.properties b/assets/minecraft/optifine/cit/potions/harming/splash.properties new file mode 100755 index 00000000..91f55c0b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:harming \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/splash_strong.json b/assets/minecraft/optifine/cit/potions/harming/splash_strong.json new file mode 100755 index 00000000..1c38fb89 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/splash_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/splash_strong.properties b/assets/minecraft/optifine/cit/potions/harming/splash_strong.properties new file mode 100755 index 00000000..7e1330af --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/splash_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_strong | ||
| 4 | nbt.Potion=minecraft:strong_harming \ No newline at end of file | ||
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 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_strong | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_strong | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.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 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_strong | ||
| 4 | nbt.Potion=minecraft:strong_healing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/linger.json b/assets/minecraft/optifine/cit/potions/invisibility/linger.json new file mode 100755 index 00000000..6dd82406 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/invisibility", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/linger.properties b/assets/minecraft/optifine/cit/potions/invisibility/linger.properties new file mode 100755 index 00000000..fc880fb8 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:invisibility \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/linger_long.json b/assets/minecraft/optifine/cit/potions/invisibility/linger_long.json new file mode 100755 index 00000000..9bfa0e82 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/invisibility", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/linger_long.properties b/assets/minecraft/optifine/cit/potions/invisibility/linger_long.properties new file mode 100755 index 00000000..d13faec5 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_invisibility \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/potion.json b/assets/minecraft/optifine/cit/potions/invisibility/potion.json new file mode 100755 index 00000000..30185bff --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/invisibility", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/potion.properties b/assets/minecraft/optifine/cit/potions/invisibility/potion.properties new file mode 100755 index 00000000..eb2b1d24 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:invisibility \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/potion_long.json b/assets/minecraft/optifine/cit/potions/invisibility/potion_long.json new file mode 100755 index 00000000..917dee07 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/invisibility", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/potion_long.properties b/assets/minecraft/optifine/cit/potions/invisibility/potion_long.properties new file mode 100755 index 00000000..ae00547d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_invisibility \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/splash.json b/assets/minecraft/optifine/cit/potions/invisibility/splash.json new file mode 100755 index 00000000..0c09b462 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/invisibility", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/splash.properties b/assets/minecraft/optifine/cit/potions/invisibility/splash.properties new file mode 100755 index 00000000..89c45d2d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:invisibility \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/splash_long.json b/assets/minecraft/optifine/cit/potions/invisibility/splash_long.json new file mode 100755 index 00000000..83f4fe21 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/invisibility", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/invisibility/splash_long.properties b/assets/minecraft/optifine/cit/potions/invisibility/splash_long.properties new file mode 100755 index 00000000..b99c2665 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/invisibility/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_invisibility \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/linger.json b/assets/minecraft/optifine/cit/potions/leaping/linger.json new file mode 100755 index 00000000..d21a1d7d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/jump_boost", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/linger.properties b/assets/minecraft/optifine/cit/potions/leaping/linger.properties new file mode 100755 index 00000000..90713d2a --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:leaping \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/linger_long.json b/assets/minecraft/optifine/cit/potions/leaping/linger_long.json new file mode 100755 index 00000000..da703da3 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/jump_boost", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/linger_long.properties b/assets/minecraft/optifine/cit/potions/leaping/linger_long.properties new file mode 100755 index 00000000..a4f19dff --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_leaping \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/linger_strong.json b/assets/minecraft/optifine/cit/potions/leaping/linger_strong.json new file mode 100755 index 00000000..050c29cb --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/linger_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/jump_boost_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/linger_strong.properties b/assets/minecraft/optifine/cit/potions/leaping/linger_strong.properties new file mode 100755 index 00000000..3ce809f8 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/linger_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_strong | ||
| 4 | nbt.Potion=minecraft:strong_leaping \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/potion.json b/assets/minecraft/optifine/cit/potions/leaping/potion.json new file mode 100755 index 00000000..6e614bc4 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/jump_boost", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/potion.properties b/assets/minecraft/optifine/cit/potions/leaping/potion.properties new file mode 100755 index 00000000..60f4091b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:leaping \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/potion_long.json b/assets/minecraft/optifine/cit/potions/leaping/potion_long.json new file mode 100755 index 00000000..4f200bb9 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/jump_boost", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/potion_long.properties b/assets/minecraft/optifine/cit/potions/leaping/potion_long.properties new file mode 100755 index 00000000..1873dfff --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_leaping \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/potion_strong.json b/assets/minecraft/optifine/cit/potions/leaping/potion_strong.json new file mode 100755 index 00000000..a1f18d2e --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/potion_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/jump_boost_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/potion_strong.properties b/assets/minecraft/optifine/cit/potions/leaping/potion_strong.properties new file mode 100755 index 00000000..de755407 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/potion_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_strong | ||
| 4 | nbt.Potion=minecraft:strong_leaping \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/splash.json b/assets/minecraft/optifine/cit/potions/leaping/splash.json new file mode 100755 index 00000000..001958d3 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/jump_boost", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/splash.properties b/assets/minecraft/optifine/cit/potions/leaping/splash.properties new file mode 100755 index 00000000..5fbd095d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:leaping \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/splash_long.json b/assets/minecraft/optifine/cit/potions/leaping/splash_long.json new file mode 100755 index 00000000..f6f02b55 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/jump_boost", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/splash_long.properties b/assets/minecraft/optifine/cit/potions/leaping/splash_long.properties new file mode 100755 index 00000000..0285068c --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_leaping \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/splash_strong.json b/assets/minecraft/optifine/cit/potions/leaping/splash_strong.json new file mode 100755 index 00000000..197ebdb8 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/splash_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/jump_boost_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/leaping/splash_strong.properties b/assets/minecraft/optifine/cit/potions/leaping/splash_strong.properties new file mode 100755 index 00000000..44cb80e8 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/leaping/splash_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_strong | ||
| 4 | nbt.Potion=minecraft:strong_leaping \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/linger.json b/assets/minecraft/optifine/cit/potions/luck/linger.json new file mode 100755 index 00000000..026f7502 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/luck", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/linger.properties b/assets/minecraft/optifine/cit/potions/luck/linger.properties new file mode 100755 index 00000000..c2d7fa8b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:luck \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/potion.json b/assets/minecraft/optifine/cit/potions/luck/potion.json new file mode 100755 index 00000000..9905c34e --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/luck", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/potion.properties b/assets/minecraft/optifine/cit/potions/luck/potion.properties new file mode 100755 index 00000000..ccb7808f --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:luck \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/splash.json b/assets/minecraft/optifine/cit/potions/luck/splash.json new file mode 100755 index 00000000..9ab3481b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/luck", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/splash.properties b/assets/minecraft/optifine/cit/potions/luck/splash.properties new file mode 100755 index 00000000..6ed3650d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:luck \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/linger.json b/assets/minecraft/optifine/cit/potions/night_vision/linger.json new file mode 100755 index 00000000..68408160 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/night_vision", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/linger.properties b/assets/minecraft/optifine/cit/potions/night_vision/linger.properties new file mode 100755 index 00000000..0e8e3028 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:night_vision \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/linger_long.json b/assets/minecraft/optifine/cit/potions/night_vision/linger_long.json new file mode 100755 index 00000000..2b355ec6 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/night_vision", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/linger_long.properties b/assets/minecraft/optifine/cit/potions/night_vision/linger_long.properties new file mode 100755 index 00000000..93f96592 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_night_vision \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/potion.json b/assets/minecraft/optifine/cit/potions/night_vision/potion.json new file mode 100755 index 00000000..1e3462a5 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/night_vision", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/potion.properties b/assets/minecraft/optifine/cit/potions/night_vision/potion.properties new file mode 100755 index 00000000..c1583671 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:night_vision \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/potion_long.json b/assets/minecraft/optifine/cit/potions/night_vision/potion_long.json new file mode 100755 index 00000000..eebc1281 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/night_vision", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/potion_long.properties b/assets/minecraft/optifine/cit/potions/night_vision/potion_long.properties new file mode 100755 index 00000000..8fdab684 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_night_vision \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/splash.json b/assets/minecraft/optifine/cit/potions/night_vision/splash.json new file mode 100755 index 00000000..bba1ae57 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/night_vision", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/splash.properties b/assets/minecraft/optifine/cit/potions/night_vision/splash.properties new file mode 100755 index 00000000..7cbe6ee2 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:night_vision \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/splash_long.json b/assets/minecraft/optifine/cit/potions/night_vision/splash_long.json new file mode 100755 index 00000000..66c8c98f --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/night_vision", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/night_vision/splash_long.properties b/assets/minecraft/optifine/cit/potions/night_vision/splash_long.properties new file mode 100755 index 00000000..1d36767d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/night_vision/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_night_vision \ No newline at end of file | ||
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 | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/linger.json b/assets/minecraft/optifine/cit/potions/regeneration/linger.json new file mode 100755 index 00000000..764deea1 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/regeneration", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/linger.properties b/assets/minecraft/optifine/cit/potions/regeneration/linger.properties new file mode 100755 index 00000000..a42a020b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:regeneration \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/linger_long.json b/assets/minecraft/optifine/cit/potions/regeneration/linger_long.json new file mode 100755 index 00000000..66b7c543 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/regeneration", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/linger_long.properties b/assets/minecraft/optifine/cit/potions/regeneration/linger_long.properties new file mode 100755 index 00000000..c77e1ca0 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_regeneration \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/linger_strong.json b/assets/minecraft/optifine/cit/potions/regeneration/linger_strong.json new file mode 100755 index 00000000..543cd346 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/linger_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/regeneration_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/linger_strong.properties b/assets/minecraft/optifine/cit/potions/regeneration/linger_strong.properties new file mode 100755 index 00000000..ffa02f8f --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/linger_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_strong | ||
| 4 | nbt.Potion=minecraft:strong_regeneration \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/potion.json b/assets/minecraft/optifine/cit/potions/regeneration/potion.json new file mode 100755 index 00000000..f701722b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/regeneration", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/potion.properties b/assets/minecraft/optifine/cit/potions/regeneration/potion.properties new file mode 100755 index 00000000..af85dce5 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:regeneration \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/potion_long.json b/assets/minecraft/optifine/cit/potions/regeneration/potion_long.json new file mode 100755 index 00000000..0083cb81 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/regeneration", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/potion_long.properties b/assets/minecraft/optifine/cit/potions/regeneration/potion_long.properties new file mode 100755 index 00000000..493f773e --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_regeneration \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/potion_strong.json b/assets/minecraft/optifine/cit/potions/regeneration/potion_strong.json new file mode 100755 index 00000000..8bbc213b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/potion_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/regeneration_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/potion_strong.properties b/assets/minecraft/optifine/cit/potions/regeneration/potion_strong.properties new file mode 100755 index 00000000..ccb2c2da --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/potion_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_strong | ||
| 4 | nbt.Potion=minecraft:strong_regeneration \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/splash.json b/assets/minecraft/optifine/cit/potions/regeneration/splash.json new file mode 100755 index 00000000..f5b137d9 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/regeneration", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/splash.properties b/assets/minecraft/optifine/cit/potions/regeneration/splash.properties new file mode 100755 index 00000000..cac6c9dc --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:regeneration \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/splash_long.json b/assets/minecraft/optifine/cit/potions/regeneration/splash_long.json new file mode 100755 index 00000000..3a0bcc0d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/regeneration", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/splash_long.properties b/assets/minecraft/optifine/cit/potions/regeneration/splash_long.properties new file mode 100755 index 00000000..b1a58b8f --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_regeneration \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/splash_strong.json b/assets/minecraft/optifine/cit/potions/regeneration/splash_strong.json new file mode 100755 index 00000000..fe775fc8 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/splash_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/regeneration_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/regeneration/splash_strong.properties b/assets/minecraft/optifine/cit/potions/regeneration/splash_strong.properties new file mode 100755 index 00000000..74bf71b4 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/regeneration/splash_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_strong | ||
| 4 | nbt.Potion=minecraft:strong_regeneration \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/linger.json b/assets/minecraft/optifine/cit/potions/slow_falling/linger.json new file mode 100755 index 00000000..15dd5817 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slow_falling", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/linger.properties b/assets/minecraft/optifine/cit/potions/slow_falling/linger.properties new file mode 100755 index 00000000..5d670bb2 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:slow_falling \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.json b/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.json new file mode 100755 index 00000000..0e9ce66b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slow_falling", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.properties b/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.properties new file mode 100755 index 00000000..9f98a776 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_slow_falling \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/potion.json b/assets/minecraft/optifine/cit/potions/slow_falling/potion.json new file mode 100755 index 00000000..abc3f3c7 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slow_falling", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/potion.properties b/assets/minecraft/optifine/cit/potions/slow_falling/potion.properties new file mode 100755 index 00000000..629d1370 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:slow_falling \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.json b/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.json new file mode 100755 index 00000000..1a8f6df0 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slow_falling", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.properties b/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.properties new file mode 100755 index 00000000..7d4fa932 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_slow_falling \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/splash.json b/assets/minecraft/optifine/cit/potions/slow_falling/splash.json new file mode 100755 index 00000000..7ea812da --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slow_falling", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/splash.properties b/assets/minecraft/optifine/cit/potions/slow_falling/splash.properties new file mode 100755 index 00000000..cb3f08f8 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:slow_falling \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.json b/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.json new file mode 100755 index 00000000..9573e76f --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slow_falling", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.properties b/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.properties new file mode 100755 index 00000000..1a5df7e6 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_slow_falling \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/linger.json b/assets/minecraft/optifine/cit/potions/slowness/linger.json new file mode 100755 index 00000000..4f4557f2 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slowness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/linger.properties b/assets/minecraft/optifine/cit/potions/slowness/linger.properties new file mode 100755 index 00000000..06f64be0 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:slowness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/linger_long.json b/assets/minecraft/optifine/cit/potions/slowness/linger_long.json new file mode 100755 index 00000000..815382a7 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slowness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/linger_long.properties b/assets/minecraft/optifine/cit/potions/slowness/linger_long.properties new file mode 100755 index 00000000..ab864aaa --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_slowness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/linger_strong.json b/assets/minecraft/optifine/cit/potions/slowness/linger_strong.json new file mode 100755 index 00000000..5dd603b3 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/linger_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slowness_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/linger_strong.properties b/assets/minecraft/optifine/cit/potions/slowness/linger_strong.properties new file mode 100755 index 00000000..7927fecb --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/linger_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_strong | ||
| 4 | nbt.Potion=minecraft:strong_slowness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/potion.json b/assets/minecraft/optifine/cit/potions/slowness/potion.json new file mode 100755 index 00000000..333e5b3a --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slowness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/potion.properties b/assets/minecraft/optifine/cit/potions/slowness/potion.properties new file mode 100755 index 00000000..88c0637e --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:slowness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/potion_long.json b/assets/minecraft/optifine/cit/potions/slowness/potion_long.json new file mode 100755 index 00000000..2f20e3ee --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slowness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/potion_long.properties b/assets/minecraft/optifine/cit/potions/slowness/potion_long.properties new file mode 100755 index 00000000..26c4aee1 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_slowness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/potion_strong.json b/assets/minecraft/optifine/cit/potions/slowness/potion_strong.json new file mode 100755 index 00000000..c05f0e64 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/potion_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slowness_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/potion_strong.properties b/assets/minecraft/optifine/cit/potions/slowness/potion_strong.properties new file mode 100755 index 00000000..94d9d8ba --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/potion_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_strong | ||
| 4 | nbt.Potion=minecraft:strong_slowness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/splash.json b/assets/minecraft/optifine/cit/potions/slowness/splash.json new file mode 100755 index 00000000..5f52225c --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slowness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/splash.properties b/assets/minecraft/optifine/cit/potions/slowness/splash.properties new file mode 100755 index 00000000..df61df64 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:slowness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/splash_long.json b/assets/minecraft/optifine/cit/potions/slowness/splash_long.json new file mode 100755 index 00000000..499cac47 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slowness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/splash_long.properties b/assets/minecraft/optifine/cit/potions/slowness/splash_long.properties new file mode 100755 index 00000000..c4521b4f --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_slowness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/splash_strong.json b/assets/minecraft/optifine/cit/potions/slowness/splash_strong.json new file mode 100755 index 00000000..a65483b3 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/splash_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/slowness_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/slowness/splash_strong.properties b/assets/minecraft/optifine/cit/potions/slowness/splash_strong.properties new file mode 100755 index 00000000..89c55ab1 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/slowness/splash_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_strong | ||
| 4 | nbt.Potion=minecraft:strong_slowness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/linger.json b/assets/minecraft/optifine/cit/potions/strength/linger.json new file mode 100755 index 00000000..b8da4ea7 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/strength", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/linger.properties b/assets/minecraft/optifine/cit/potions/strength/linger.properties new file mode 100755 index 00000000..5c69bce6 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:strength \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/linger_long.json b/assets/minecraft/optifine/cit/potions/strength/linger_long.json new file mode 100755 index 00000000..61818d0d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/strength", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/linger_long.properties b/assets/minecraft/optifine/cit/potions/strength/linger_long.properties new file mode 100755 index 00000000..cdbba5ce --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_strength \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/linger_strong.json b/assets/minecraft/optifine/cit/potions/strength/linger_strong.json new file mode 100755 index 00000000..2e29320d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/linger_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/strength_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/linger_strong.properties b/assets/minecraft/optifine/cit/potions/strength/linger_strong.properties new file mode 100755 index 00000000..52683649 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/linger_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_strong | ||
| 4 | nbt.Potion=minecraft:strong_strength \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/potion.json b/assets/minecraft/optifine/cit/potions/strength/potion.json new file mode 100755 index 00000000..1dfc5fba --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/strength", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/potion.properties b/assets/minecraft/optifine/cit/potions/strength/potion.properties new file mode 100755 index 00000000..abd612c4 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:strength \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/potion_long.json b/assets/minecraft/optifine/cit/potions/strength/potion_long.json new file mode 100755 index 00000000..704e4b81 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/strength", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/potion_long.properties b/assets/minecraft/optifine/cit/potions/strength/potion_long.properties new file mode 100755 index 00000000..69397fc7 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_strength \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/potion_strong.json b/assets/minecraft/optifine/cit/potions/strength/potion_strong.json new file mode 100755 index 00000000..1c4d79e6 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/potion_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/strength_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/potion_strong.properties b/assets/minecraft/optifine/cit/potions/strength/potion_strong.properties new file mode 100755 index 00000000..7aa79258 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/potion_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_strong | ||
| 4 | nbt.Potion=minecraft:strong_strength \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/splash.json b/assets/minecraft/optifine/cit/potions/strength/splash.json new file mode 100755 index 00000000..2aa8eb1d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/strength", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/splash.properties b/assets/minecraft/optifine/cit/potions/strength/splash.properties new file mode 100755 index 00000000..22b151b3 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:strength \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/splash_long.json b/assets/minecraft/optifine/cit/potions/strength/splash_long.json new file mode 100755 index 00000000..deff695f --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/strength", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/splash_long.properties b/assets/minecraft/optifine/cit/potions/strength/splash_long.properties new file mode 100755 index 00000000..3f80ffb5 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_strength \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/splash_strong.json b/assets/minecraft/optifine/cit/potions/strength/splash_strong.json new file mode 100755 index 00000000..382423e0 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/splash_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/strength_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/strength/splash_strong.properties b/assets/minecraft/optifine/cit/potions/strength/splash_strong.properties new file mode 100755 index 00000000..fc87da67 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/strength/splash_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_strong | ||
| 4 | nbt.Potion=minecraft:strong_strength \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/linger.json b/assets/minecraft/optifine/cit/potions/swiftness/linger.json new file mode 100755 index 00000000..97805120 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/swiftness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/linger.properties b/assets/minecraft/optifine/cit/potions/swiftness/linger.properties new file mode 100755 index 00000000..09b0dd55 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:swiftness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/linger_long.json b/assets/minecraft/optifine/cit/potions/swiftness/linger_long.json new file mode 100755 index 00000000..10e2f354 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/swiftness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/linger_long.properties b/assets/minecraft/optifine/cit/potions/swiftness/linger_long.properties new file mode 100755 index 00000000..f0bee98d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_swiftness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/linger_strong.json b/assets/minecraft/optifine/cit/potions/swiftness/linger_strong.json new file mode 100755 index 00000000..39534d99 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/linger_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/swiftness_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/linger_strong.properties b/assets/minecraft/optifine/cit/potions/swiftness/linger_strong.properties new file mode 100755 index 00000000..0d310960 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/linger_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_strong | ||
| 4 | nbt.Potion=minecraft:strong_swiftness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/potion.json b/assets/minecraft/optifine/cit/potions/swiftness/potion.json new file mode 100755 index 00000000..59f320a0 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/swiftness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/potion.properties b/assets/minecraft/optifine/cit/potions/swiftness/potion.properties new file mode 100755 index 00000000..de03ccd2 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:swiftness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/potion_long.json b/assets/minecraft/optifine/cit/potions/swiftness/potion_long.json new file mode 100755 index 00000000..bc52a4e9 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/swiftness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/potion_long.properties b/assets/minecraft/optifine/cit/potions/swiftness/potion_long.properties new file mode 100755 index 00000000..d4a40a08 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_swiftness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/potion_strong.json b/assets/minecraft/optifine/cit/potions/swiftness/potion_strong.json new file mode 100755 index 00000000..1795e7b1 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/potion_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/swiftness_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/potion_strong.properties b/assets/minecraft/optifine/cit/potions/swiftness/potion_strong.properties new file mode 100755 index 00000000..cd9be1a2 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/potion_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_strong | ||
| 4 | nbt.Potion=minecraft:strong_swiftness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/splash.json b/assets/minecraft/optifine/cit/potions/swiftness/splash.json new file mode 100755 index 00000000..52bc7fd5 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/swiftness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/splash.properties b/assets/minecraft/optifine/cit/potions/swiftness/splash.properties new file mode 100755 index 00000000..56ad24f5 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:swiftness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/splash_long.json b/assets/minecraft/optifine/cit/potions/swiftness/splash_long.json new file mode 100755 index 00000000..6803dff2 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/swiftness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/splash_long.properties b/assets/minecraft/optifine/cit/potions/swiftness/splash_long.properties new file mode 100755 index 00000000..2e8b3870 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_swiftness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/splash_strong.json b/assets/minecraft/optifine/cit/potions/swiftness/splash_strong.json new file mode 100755 index 00000000..42423ac7 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/splash_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/swiftness_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/swiftness/splash_strong.properties b/assets/minecraft/optifine/cit/potions/swiftness/splash_strong.properties new file mode 100755 index 00000000..1adba952 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/swiftness/splash_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_strong | ||
| 4 | nbt.Potion=minecraft:strong_swiftness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/linger.json b/assets/minecraft/optifine/cit/potions/turtle_master/linger.json new file mode 100755 index 00000000..72b3e108 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/turtle_master", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/linger.properties b/assets/minecraft/optifine/cit/potions/turtle_master/linger.properties new file mode 100755 index 00000000..6f0dcf1b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:turtle_master \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/linger_long.json b/assets/minecraft/optifine/cit/potions/turtle_master/linger_long.json new file mode 100755 index 00000000..33fc0e8a --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/turtle_master", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/linger_long.properties b/assets/minecraft/optifine/cit/potions/turtle_master/linger_long.properties new file mode 100755 index 00000000..6061d449 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_turtle_master \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/linger_strong.json b/assets/minecraft/optifine/cit/potions/turtle_master/linger_strong.json new file mode 100755 index 00000000..20e2ebe3 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/linger_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/turtle_master_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/linger_strong.properties b/assets/minecraft/optifine/cit/potions/turtle_master/linger_strong.properties new file mode 100755 index 00000000..a2ab55d4 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/linger_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_strong | ||
| 4 | nbt.Potion=minecraft:strong_turtle_master \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/potion.json b/assets/minecraft/optifine/cit/potions/turtle_master/potion.json new file mode 100755 index 00000000..cf200bbb --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/turtle_master", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/potion.properties b/assets/minecraft/optifine/cit/potions/turtle_master/potion.properties new file mode 100755 index 00000000..aea7d8b7 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:turtle_master \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/potion_long.json b/assets/minecraft/optifine/cit/potions/turtle_master/potion_long.json new file mode 100755 index 00000000..71a7a257 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/turtle_master", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/potion_long.properties b/assets/minecraft/optifine/cit/potions/turtle_master/potion_long.properties new file mode 100755 index 00000000..d16aa01c --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_turtle_master \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/potion_strong.json b/assets/minecraft/optifine/cit/potions/turtle_master/potion_strong.json new file mode 100755 index 00000000..5bb30af6 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/potion_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/turtle_master_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/potion_strong.properties b/assets/minecraft/optifine/cit/potions/turtle_master/potion_strong.properties new file mode 100755 index 00000000..770cc33a --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/potion_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_strong | ||
| 4 | nbt.Potion=minecraft:strong_turtle_master \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/splash.json b/assets/minecraft/optifine/cit/potions/turtle_master/splash.json new file mode 100755 index 00000000..b63e11b9 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/turtle_master", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/splash.properties b/assets/minecraft/optifine/cit/potions/turtle_master/splash.properties new file mode 100755 index 00000000..745e7e19 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:turtle_master \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/splash_long.json b/assets/minecraft/optifine/cit/potions/turtle_master/splash_long.json new file mode 100755 index 00000000..e957eeb3 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/turtle_master", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/splash_long.properties b/assets/minecraft/optifine/cit/potions/turtle_master/splash_long.properties new file mode 100755 index 00000000..df13a164 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_turtle_master \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/splash_strong.json b/assets/minecraft/optifine/cit/potions/turtle_master/splash_strong.json new file mode 100755 index 00000000..936aeaca --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/splash_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/turtle_master_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/turtle_master/splash_strong.properties b/assets/minecraft/optifine/cit/potions/turtle_master/splash_strong.properties new file mode 100755 index 00000000..0459c074 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/turtle_master/splash_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_strong | ||
| 4 | nbt.Potion=minecraft:strong_turtle_master \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/linger.json b/assets/minecraft/optifine/cit/potions/water_breathing/linger.json new file mode 100755 index 00000000..929669bd --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/linger.properties b/assets/minecraft/optifine/cit/potions/water_breathing/linger.properties new file mode 100755 index 00000000..495ad410 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.json b/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.json new file mode 100755 index 00000000..793f34d2 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.properties b/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.properties new file mode 100755 index 00000000..dbb0169f --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/potion.json b/assets/minecraft/optifine/cit/potions/water_breathing/potion.json new file mode 100755 index 00000000..0dc10d28 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/potion.properties b/assets/minecraft/optifine/cit/potions/water_breathing/potion.properties new file mode 100755 index 00000000..ec724f07 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.json b/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.json new file mode 100755 index 00000000..889184e4 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.properties b/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.properties new file mode 100755 index 00000000..b02c2088 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/splash.json b/assets/minecraft/optifine/cit/potions/water_breathing/splash.json new file mode 100755 index 00000000..b9828091 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/splash.properties b/assets/minecraft/optifine/cit/potions/water_breathing/splash.properties new file mode 100755 index 00000000..5eb44ecf --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.json b/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.json new file mode 100755 index 00000000..1446a899 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.properties b/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.properties new file mode 100755 index 00000000..c1bd0946 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/linger.json b/assets/minecraft/optifine/cit/potions/weakness/linger.json new file mode 100755 index 00000000..41c7d819 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/linger.properties b/assets/minecraft/optifine/cit/potions/weakness/linger.properties new file mode 100755 index 00000000..0b6ecb7c --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:weakness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/linger_long.json b/assets/minecraft/optifine/cit/potions/weakness/linger_long.json new file mode 100755 index 00000000..a1739f04 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/linger_long.properties b/assets/minecraft/optifine/cit/potions/weakness/linger_long.properties new file mode 100755 index 00000000..a86b884b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_weakness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/potion.json b/assets/minecraft/optifine/cit/potions/weakness/potion.json new file mode 100755 index 00000000..9f984a76 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/potion.properties b/assets/minecraft/optifine/cit/potions/weakness/potion.properties new file mode 100755 index 00000000..be0fbddd --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:weakness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/potion_long.json b/assets/minecraft/optifine/cit/potions/weakness/potion_long.json new file mode 100755 index 00000000..6f6eca90 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/potion_long.properties b/assets/minecraft/optifine/cit/potions/weakness/potion_long.properties new file mode 100755 index 00000000..71acfbc6 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_weakness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/splash.json b/assets/minecraft/optifine/cit/potions/weakness/splash.json new file mode 100755 index 00000000..bb686f8c --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/splash.properties b/assets/minecraft/optifine/cit/potions/weakness/splash.properties new file mode 100755 index 00000000..294300cb --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:weakness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/splash_long.json b/assets/minecraft/optifine/cit/potions/weakness/splash_long.json new file mode 100755 index 00000000..70203770 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/splash_long.properties b/assets/minecraft/optifine/cit/potions/weakness/splash_long.properties new file mode 100755 index 00000000..6efbfa97 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_weakness \ No newline at end of file | ||