summaryrefslogtreecommitdiff
path: root/assets/minecraft/optifine/cit/potions/slow_falling
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/optifine/cit/potions/slow_falling')
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/linger.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/linger.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/linger_long.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/linger_long.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/potion.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/potion.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/potion_long.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/potion_long.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/splash.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/splash.properties4
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/splash_long.json7
-rwxr-xr-xassets/minecraft/optifine/cit/potions/slow_falling/splash_long.properties4
12 files changed, 66 insertions, 0 deletions
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/linger.json b/assets/minecraft/optifine/cit/potions/slow_falling/linger.json
new file mode 100755
index 00000000..15dd5817
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/linger.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/slow_falling",
5 "layer1": "minecraft:item/potions/cap_linger"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/linger.properties b/assets/minecraft/optifine/cit/potions/slow_falling/linger.properties
new file mode 100755
index 00000000..5d670bb2
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/linger.properties
@@ -0,0 +1,4 @@
1type=item
2items=lingering_potion
3model=linger
4nbt.Potion=minecraft:slow_falling \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.json b/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.json
new file mode 100755
index 00000000..0e9ce66b
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/slow_falling",
5 "layer1": "minecraft:item/potions/cap_linger_long"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.properties b/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.properties
new file mode 100755
index 00000000..9f98a776
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/linger_long.properties
@@ -0,0 +1,4 @@
1type=item
2items=lingering_potion
3model=linger_long
4nbt.Potion=minecraft:long_slow_falling \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/potion.json b/assets/minecraft/optifine/cit/potions/slow_falling/potion.json
new file mode 100755
index 00000000..abc3f3c7
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/potion.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/slow_falling",
5 "layer1": "minecraft:item/potions/cap_normal"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/potion.properties b/assets/minecraft/optifine/cit/potions/slow_falling/potion.properties
new file mode 100755
index 00000000..629d1370
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/potion.properties
@@ -0,0 +1,4 @@
1type=item
2items=potion
3model=potion
4nbt.Potion=minecraft:slow_falling \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.json b/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.json
new file mode 100755
index 00000000..1a8f6df0
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/slow_falling",
5 "layer1": "minecraft:item/potions/cap_normal_long"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.properties b/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.properties
new file mode 100755
index 00000000..7d4fa932
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/potion_long.properties
@@ -0,0 +1,4 @@
1type=item
2items=potion
3model=potion_long
4nbt.Potion=minecraft:long_slow_falling \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/splash.json b/assets/minecraft/optifine/cit/potions/slow_falling/splash.json
new file mode 100755
index 00000000..7ea812da
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/splash.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/slow_falling",
5 "layer1": "minecraft:item/potions/cap_splash"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/splash.properties b/assets/minecraft/optifine/cit/potions/slow_falling/splash.properties
new file mode 100755
index 00000000..cb3f08f8
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/splash.properties
@@ -0,0 +1,4 @@
1type=item
2items=splash_potion
3model=splash
4nbt.Potion=minecraft:slow_falling \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.json b/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.json
new file mode 100755
index 00000000..9573e76f
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.json
@@ -0,0 +1,7 @@
1{
2 "parent": "minecraft:item/generated_custom2",
3 "textures": {
4 "layer0": "minecraft:item/potions/slow_falling",
5 "layer1": "minecraft:item/potions/cap_splash_long"
6 }
7} \ No newline at end of file
diff --git a/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.properties b/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.properties
new file mode 100755
index 00000000..1a5df7e6
--- /dev/null
+++ b/assets/minecraft/optifine/cit/potions/slow_falling/splash_long.properties
@@ -0,0 +1,4 @@
1type=item
2items=splash_potion
3model=splash_long
4nbt.Potion=minecraft:long_slow_falling \ No newline at end of file