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/luck | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/optifine/cit/potions/luck')
6 files changed, 33 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cit/potions/luck/linger.json b/assets/minecraft/optifine/cit/potions/luck/linger.json new file mode 100755 index 00000000..026f7502 --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/linger.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/luck", | ||
| 5 | "layer1": "minecraft:item/potions/cap_linger" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/linger.properties b/assets/minecraft/optifine/cit/potions/luck/linger.properties new file mode 100755 index 00000000..c2d7fa8b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/linger.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=lingering_potion | ||
| 3 | model=linger | ||
| 4 | nbt.Potion=minecraft:luck \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/potion.json b/assets/minecraft/optifine/cit/potions/luck/potion.json new file mode 100755 index 00000000..9905c34e --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/potion.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/luck", | ||
| 5 | "layer1": "minecraft:item/potions/cap_normal" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/potion.properties b/assets/minecraft/optifine/cit/potions/luck/potion.properties new file mode 100755 index 00000000..ccb7808f --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/potion.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=potion | ||
| 3 | model=potion | ||
| 4 | nbt.Potion=minecraft:luck \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/splash.json b/assets/minecraft/optifine/cit/potions/luck/splash.json new file mode 100755 index 00000000..9ab3481b --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/splash.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "parent": "minecraft:item/generated_custom2", | ||
| 3 | "textures": { | ||
| 4 | "layer0": "minecraft:item/potions/luck", | ||
| 5 | "layer1": "minecraft:item/potions/cap_splash" | ||
| 6 | } | ||
| 7 | } \ No newline at end of file | ||
diff --git a/assets/minecraft/optifine/cit/potions/luck/splash.properties b/assets/minecraft/optifine/cit/potions/luck/splash.properties new file mode 100755 index 00000000..6ed3650d --- /dev/null +++ b/assets/minecraft/optifine/cit/potions/luck/splash.properties | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | type=item | ||
| 2 | items=splash_potion | ||
| 3 | model=splash | ||
| 4 | nbt.Potion=minecraft:luck \ No newline at end of file | ||