-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KubeJS Item Reordering, Texturing (#406)
* New textures just dropped * Downscaled guardian scale * Item reorder - Now that looks clean * HM item relocation * Warden model consistency fix - Just gives the right type of matter * Removed Ender Dragon model and data - That's it. * Revert "Removed Ender Dragon model and data" This reverts commit 1a344b3. --------- Co-authored-by: Pansmith <70342772+ThePansmith@users.noreply.github.com>
- Loading branch information
1 parent
14ac9ee
commit c605189
Showing
14 changed files
with
394 additions
and
249 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
kubejs/assets/kubejs/textures/item/abyssal_energy_core.png.mcmeta
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"animation": { | ||
"frametime": 1, | ||
"frames": [ | ||
{"index": 0, "time": 40}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1} | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
kubejs/assets/kubejs/textures/item/bathyal_energy_core.png.mcmeta
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"animation": { | ||
"frametime": 1, | ||
"frames": [ | ||
{"index": 0, "time": 85}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1}, | ||
{"index": 1, "time": 1}, | ||
{"index": 2, "time": 1}, | ||
{"index": 3, "time": 1}, | ||
{"index": 4, "time": 1} | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+705 Bytes
(110%)
kubejs/assets/kubejs/textures/item/reverberation_core.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions
6
kubejs/assets/kubejs/textures/item/reverberation_core.png.mcmeta
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"animation": { | ||
"interpolate": true, | ||
"frametime": 30 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.