-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: object-Object <[email protected]> Squashed commit of the following: commit f3a940ec8d7a1538b0abbc5de8b3fed3a7b91d39 Author: SamsTheNerd <[email protected]> Date: Sun Nov 5 18:22:12 2023 -0500 code goes ~ and has no spaces commit 176506fce4a8dc356229ffdc59e6f022d3df0eaa Author: Sam <[email protected]> Date: Sun Nov 5 18:15:59 2023 -0500 no space on spoilered Co-authored-by: [object Object] <[email protected]> commit 7d48b949a3bfa4dc0f55e361981269e0043881fe Author: SamsTheNerd <[email protected]> Date: Sun Nov 5 16:46:25 2023 -0500 the most reviewed and least DS_Stored code in the world commit 34df7d2037ae29774de30384b8579b9111cbda6e Author: Sam <[email protected]> Date: Sun Nov 5 16:14:43 2023 -0500 underscore villager requirements Co-authored-by: [object Object] <[email protected]> commit 6df7eb5c7ad255876b5bfaf5f07c5a6c20f0026e Author: SamsTheNerd <[email protected]> Date: Fri Oct 20 19:20:23 2023 -0400 added informative blurb to mindflay recipe cards about villager requirements commit 39db858977564449784c4ede8dc59daad4822b2d Author: SamsTheNerd <[email protected]> Date: Thu Oct 19 23:42:00 2023 -0400 added mindflay render cards commit 5d8706f918398cb62a2a9617e001e6a8b60f157d Author: SamsTheNerd <[email protected]> Date: Thu Oct 19 23:40:45 2023 -0400 added flayable entity renders commit c5d7cf168b082af17e37d2d475a322475571437e Author: object-Object <[email protected]> Date: Thu Oct 19 21:04:47 2023 -0400 Fix multi-texture lazy loading and alignment stuff commit aba5ddf3f107143fb003f88ecfdc60e61c163914 Author: SamsTheNerd <[email protected]> Date: Thu Oct 19 18:32:50 2023 -0400 added Texture as possible value for icon fields + added icons to toc commit bf3b0543dc38e9c7514b20523258f33b3f0f27ea Author: SamsTheNerd <[email protected]> Date: Thu Oct 19 18:30:31 2023 -0400 removed the mob effect textures from the missing list commit 2326f0793b56eb5acbe0ad36dbba65e5a8e2b2ab Author: SamsTheNerd <[email protected]> Date: Thu Oct 19 18:29:52 2023 -0400 added mob effect icons and enchanted book icon so that it loads all the images properly for now atleast commit 01fc21a7c8931446ae70148994ba959acf5077d8 Author: SamsTheNerd <[email protected]> Date: Thu Oct 19 00:19:16 2023 -0400 category and entry icons ! doesn't work for raw textures yet though commit db21372d06baddc44d98a07945851ab419eb8a82 Author: SamsTheNerd <[email protected]> Date: Thu Oct 19 00:18:12 2023 -0400 changed patchouli icon ids to 0.11 ones so we don't crash
- Loading branch information
1 parent
c2f7a10
commit 7202a5c
Showing
8 changed files
with
55 additions
and
13 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{% for animation in animations %} | ||
.{{ animation.class_name }} { | ||
animation: {{ animation.class_name }} {{ animation.time_seconds }}s linear infinite; | ||
background-size: 32px; | ||
background-size: 100%; | ||
background-image: url("{{ animation.url }}"); | ||
} | ||
|
||
@keyframes {{ animation.class_name }} { | ||
{% for frame in animation.frames %} | ||
{{ frame.start_percent }}%, {{ frame.end_percent }}% { background-position-y: {{ frame.index * -32 }}px } | ||
{{ frame.start_percent }}%, {{ frame.end_percent }}% { background-position-y: {{ -100 * frame.index }}% } | ||
{% endfor %} | ||
} | ||
{% endfor %} |
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
Submodule HexMod
updated
64 files