diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/optifine/cit/potions/harming | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/optifine/cit/potions/harming')
12 files changed, 66 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cit/potions/harming/linger.json b/assets/minecraft/optifine/cit/potions/harming/linger.json new file mode 100755 index 00000000..004c835e --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/linger.properties b/assets/minecraft/optifine/cit/potions/harming/linger.properties new file mode 100755 index 00000000..591b3d86 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:harming \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/linger_strong.json b/assets/minecraft/optifine/cit/potions/harming/linger_strong.json new file mode 100755 index 00000000..f78de735 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/linger_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/linger_strong.properties b/assets/minecraft/optifine/cit/potions/harming/linger_strong.properties new file mode 100755 index 00000000..16cb7336 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/linger_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_strong | ||
| 4 | nbt.Potion=minecraft:strong_harming \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/potion.json b/assets/minecraft/optifine/cit/potions/harming/potion.json new file mode 100755 index 00000000..ae6792ba --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/potion.properties b/assets/minecraft/optifine/cit/potions/harming/potion.properties new file mode 100755 index 00000000..98d4352b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:harming \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/potion_strong.json b/assets/minecraft/optifine/cit/potions/harming/potion_strong.json new file mode 100755 index 00000000..1c663ee7 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/potion_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/potion_strong.properties b/assets/minecraft/optifine/cit/potions/harming/potion_strong.properties new file mode 100755 index 00000000..ef436cbf --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/potion_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_strong | ||
| 4 | nbt.Potion=minecraft:strong_harming \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/splash.json b/assets/minecraft/optifine/cit/potions/harming/splash.json new file mode 100755 index 00000000..f3e061f1 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/splash.properties b/assets/minecraft/optifine/cit/potions/harming/splash.properties new file mode 100755 index 00000000..91f55c0b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:harming \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/splash_strong.json b/assets/minecraft/optifine/cit/potions/harming/splash_strong.json new file mode 100755 index 00000000..1c38fb89 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/splash_strong.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/harming_strong", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/harming/splash_strong.properties b/assets/minecraft/optifine/cit/potions/harming/splash_strong.properties new file mode 100755 index 00000000..7e1330af --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/harming/splash_strong.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_strong | ||
| 4 | nbt.Potion=minecraft:strong_harming \ No newline at end of file | ||