mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +01:00
Added sprite docs for the particles
This commit is contained in:
parent
defd9e2a59
commit
5874162852
6 changed files with 38 additions and 27 deletions
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"textures": [
|
||||
"minecraft:generic_0",
|
||||
"minecraft:generic_1",
|
||||
"minecraft:generic_2",
|
||||
"minecraft:generic_3",
|
||||
"minecraft:generic_4",
|
||||
"minecraft:generic_5",
|
||||
"minecraft:generic_6",
|
||||
"minecraft:generic_7"
|
||||
]
|
||||
}
|
3
src/main/resources/assets/unicopia/particles/disk.json
Normal file
3
src/main/resources/assets/unicopia/particles/disk.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"textures": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"textures": [
|
||||
"minecraft:splash_0",
|
||||
"minecraft:splash_1",
|
||||
"minecraft:splash_2",
|
||||
"minecraft:splash_3"
|
||||
]
|
||||
}
|
3
src/main/resources/assets/unicopia/particles/sphere.json
Normal file
3
src/main/resources/assets/unicopia/particles/sphere.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"textures": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"textures": [
|
||||
"minecraft:generic_0",
|
||||
"minecraft:generic_1",
|
||||
"minecraft:generic_2",
|
||||
"minecraft:generic_3",
|
||||
"minecraft:generic_4",
|
||||
"minecraft:generic_5",
|
||||
"minecraft:generic_6",
|
||||
"minecraft:generic_7"
|
||||
]
|
||||
}
|
|
@ -33,30 +33,3 @@
|
|||
},
|
||||
"result": { "item": "unicopia:gem", "count": 4 }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue