summaryrefslogtreecommitdiff
path: root/assets/minecraft/optifine/cit/potions/luck
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/optifine/cit/potions/luck
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/optifine/cit/potions/luck')
-rwxr-xr-xassets/minecraft/optifine/cit/potions/luck/linger.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/luck/linger.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/luck/potion.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/luck/potion.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/luck/splash.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/luck/splash.properties4
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 @@
1type=item
2items=lingering_potion
3model=linger
4nbt.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 @@
1type=item
2items=potion
3model=potion
4nbt.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 @@
1type=item
2items=splash_potion
3model=splash
4nbt.Potion=minecraft:luck \ No newline at end of file