Skip to content

Commit

Permalink
feat(Liquid): Add liquid textures! (#74)
Browse files Browse the repository at this point in the history
* feat(Liquid): Add liquid textures!

Co-Authored-By: Renan <[email protected]>

* chore: add model json

* chore: small change

* chore: fix some error

* chore: comment unuse id to avoid mix

* chore: based on cit material

---------

Co-authored-by: Renan <[email protected]>
  • Loading branch information
xMikux and RenanMsV authored Oct 25, 2024
1 parent 4ffc671 commit 6c3d1ce
Show file tree
Hide file tree
Showing 106 changed files with 909 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ There are still a lot of textures missing! Welcome to contribute more textures!
| Supreme | 2201471 - 2202000 |
| SlimefunWarfare | 2202001 - 2202200 |
| Gastronomicon | 2203001 - 2203500 |
| Liquid | 2204000 - 2204200 |

</details>

Expand Down
1 change: 1 addition & 0 deletions .github/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
| Supreme | 2201471 - 2202000 |
| SlimefunWarfare | 2202001 - 2202200 |
| Gastronomicon | 2203001 - 2203500 |
| Liquid | 2204000 - 2204200 |

</details>

Expand Down
1 change: 1 addition & 0 deletions .github/README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
| Supreme | 2201471 - 2202000 |
| SlimefunWarfare | 2202001 - 2202200 |
| Gastronomicon | 2203001 - 2203500 |
| Liquid | 2204000 - 2204200 |

</details>

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.zip
*.jar

test
Loading

0 comments on commit 6c3d1ce

Please sign in to comment.