diff options
Diffstat (limited to 'assets/minecraft/optifine/cit/potions/slowness')
18 files changed, 99 insertions, 0 deletions
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 | ||