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/weakness | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/optifine/cit/potions/weakness')
12 files changed, 66 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cit/potions/weakness/linger.json b/assets/minecraft/optifine/cit/potions/weakness/linger.json new file mode 100755 index 00000000..41c7d819 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/linger.properties b/assets/minecraft/optifine/cit/potions/weakness/linger.properties new file mode 100755 index 00000000..0b6ecb7c --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:weakness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/linger_long.json b/assets/minecraft/optifine/cit/potions/weakness/linger_long.json new file mode 100755 index 00000000..a1739f04 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/linger_long.properties b/assets/minecraft/optifine/cit/potions/weakness/linger_long.properties new file mode 100755 index 00000000..a86b884b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_weakness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/potion.json b/assets/minecraft/optifine/cit/potions/weakness/potion.json new file mode 100755 index 00000000..9f984a76 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/potion.properties b/assets/minecraft/optifine/cit/potions/weakness/potion.properties new file mode 100755 index 00000000..be0fbddd --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:weakness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/potion_long.json b/assets/minecraft/optifine/cit/potions/weakness/potion_long.json new file mode 100755 index 00000000..6f6eca90 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/potion_long.properties b/assets/minecraft/optifine/cit/potions/weakness/potion_long.properties new file mode 100755 index 00000000..71acfbc6 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_weakness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/splash.json b/assets/minecraft/optifine/cit/potions/weakness/splash.json new file mode 100755 index 00000000..bb686f8c --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/splash.properties b/assets/minecraft/optifine/cit/potions/weakness/splash.properties new file mode 100755 index 00000000..294300cb --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:weakness \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/splash_long.json b/assets/minecraft/optifine/cit/potions/weakness/splash_long.json new file mode 100755 index 00000000..70203770 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/weakness", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/weakness/splash_long.properties b/assets/minecraft/optifine/cit/potions/weakness/splash_long.properties new file mode 100755 index 00000000..6efbfa97 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/weakness/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_weakness \ No newline at end of file | ||