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