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