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