Skip to content

Commit

Permalink
First 1.0 (exp) compatibility
Browse files Browse the repository at this point in the history
- Bumped unity version to 2022.3.29f1
  • Loading branch information
mgreter committed Jul 6, 2024
1 parent 1bf95ed commit aacf020
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Call 7D2D compiler action
uses: OCB7D2D/OcbModCompiler@master
with:
v7d2d: 'V1.0'
name: "OcbCustomTexturesPlants"
version: "${{ github.ref_name }}"
token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion ModInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Description value="Demo modlet for OcbCustomTextures core mod." />
<Website value="https://github.com/OCB7D2D/OcbCustomTexturesPlants" />
<Author value="ocbMaurice" />
<Version value="0.6.1" />
<Version value="0.7.0" />
</xml>
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OCB Demo Mod for Custom Texture Atlas - 7 Days to Die (A20) Addon
# OCB Demo Mod for Custom Texture Atlas - 7 Days to Die (V1.0 exp) Addon

This mod adds a few custom grass textures and blocks.
Requires [OcbCustomTextures][1] Mod to actually do anything!
Expand Down Expand Up @@ -104,6 +104,10 @@ the grass swaying shader has issues if the input texture is not 512px.

## Changelog

### Version 0.7.0

- First compatibility with V1.0 (exp)

### Version 0.6.1

- Maintenance re-pack release
Expand All @@ -116,8 +120,4 @@ the grass swaying shader has issues if the input texture is not 512px.

- Initial version

## Compatibility

Developed initially for version a20.3(b3), updated through A21.1(b15).

[1]: https://github.com/OCB7D2D/OcbCustomTextures
Binary file modified Resources/Flowers.unity3d
Binary file not shown.
Binary file modified Resources/Others.unity3d
Binary file not shown.
Binary file modified Resources/Plants.unity3d
Binary file not shown.

0 comments on commit aacf020

Please sign in to comment.