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