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/water_breathing | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/optifine/cit/potions/water_breathing')
12 files changed, 66 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/linger.json b/assets/minecraft/optifine/cit/potions/water_breathing/linger.json new file mode 100755 index 00000000..929669bd --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/linger.properties b/assets/minecraft/optifine/cit/potions/water_breathing/linger.properties new file mode 100755 index 00000000..495ad410 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.json b/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.json new file mode 100755 index 00000000..793f34d2 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.properties b/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.properties new file mode 100755 index 00000000..dbb0169f --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/linger_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger_long | ||
| 4 | nbt.Potion=minecraft:long_water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/potion.json b/assets/minecraft/optifine/cit/potions/water_breathing/potion.json new file mode 100755 index 00000000..0dc10d28 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/potion.properties b/assets/minecraft/optifine/cit/potions/water_breathing/potion.properties new file mode 100755 index 00000000..ec724f07 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.json b/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.json new file mode 100755 index 00000000..889184e4 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.properties b/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.properties new file mode 100755 index 00000000..b02c2088 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/potion_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion_long | ||
| 4 | nbt.Potion=minecraft:long_water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/splash.json b/assets/minecraft/optifine/cit/potions/water_breathing/splash.json new file mode 100755 index 00000000..b9828091 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/splash.properties b/assets/minecraft/optifine/cit/potions/water_breathing/splash.properties new file mode 100755 index 00000000..5eb44ecf --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:water_breathing \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.json b/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.json new file mode 100755 index 00000000..1446a899 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/water_breathing", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash_long" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.properties b/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.properties new file mode 100755 index 00000000..c1bd0946 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/water_breathing/splash_long.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash_long | ||
| 4 | nbt.Potion=minecraft:long_water_breathing \ No newline at end of file | ||