Skip to content

Commit

Permalink
Update for OcbPinRecipes Version 0.9.0
Browse files Browse the repository at this point in the history
- Add new direct quality recipe crafting
  • Loading branch information
mgreter committed Jul 2, 2024
1 parent 2bb176a commit 5a826c8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .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/A20BepInExPreloader@master
uses: OCB7D2D/OcbModCompiler@master
with:
v7d2d: 'V1.0'
name: "OcbPinRecipesUiTdrHart"
version: "${{ github.ref_name }}"
token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
8 changes: 8 additions & 0 deletions Config/XUi/controls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
foregroundlayer="true" globalopacitymod="0.9"
sprite="{icon}" color="{iconTint}" />

<!-- Label showing the quality to craft (if it has any) -->
<label depth="1" name="quality" text="{quality}" visible="{hasQuality}"
pos="0,-8" font_size="18" width="30" height="30"
foregroundlayer="true" crispness="Always"
effect="Outline" effect_color="20,20,20,230" effect_distance="1,1"
justify="center" pivot="TopLeft"
color="240,240,120,248"/>

<!-- Icon indicating recipe is locked -->
<sprite depth="2" pos="6,-6" width="20" height="20"
sprite="ui_game_symbol_locked" color="248,128,16,220"
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="Alternative Layout for OCB Pin recipes mod for better readability." />
<Website value="https://github.com/OCB7D2D/OcbPinRecipesUiTdrHart" />
<Author value="ocbMaurice" />
<Version value="0.4.0" />
<Version value="0.9.0" />
</xml>
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ it to fit a bit closer to the original UI.

## Changelog

### Version 0.9.0

- Update for OcbPinRecipes Version 0.9.0
- Add new direct quality recipe crafting

### Version 0.4.0

- Update for OcbPinRecipes Version 0.8.4
Expand Down

0 comments on commit 5a826c8

Please sign in to comment.