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 fffba2b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 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>
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Alternative UI for OCB Pin Recipes Mod - 7 Days to Die (A20) Addon
# Alternative UI for OCB Pin Recipes Mod - 7 Days to Die (V1.0 exp) Addon

This needs [OCB Pin Recipes Mod][1] installed in order to work. It will
change the UI for better readability. Based on work done by [tdrhart][2]
Expand All @@ -9,8 +9,21 @@ it to fit a bit closer to the original UI.

[![GitHub CI Compile Status][4]][3]

## Download and Install

End-Users are encouraged to download my mods from [NexusMods][5].
Every download there helps me to buy stuff for mod development.

Otherwise please use one of the [official releases][6] here.
Only clone or download the repo if you know what you do!

## 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 Expand Up @@ -42,3 +55,5 @@ it to fit a bit closer to the original UI.
[2]: https://community.7daystodie.com/topic/26859-pin-recipes-mod/?do=findComment&comment=466832
[3]: https://github.com/OCB7D2D/OcbPinRecipesUiTdrHart/actions/workflows/ci.yml
[4]: https://github.com/OCB7D2D/OcbPinRecipesUiTdrHart/actions/workflows/ci.yml/badge.svg
[5]: https://www.nexusmods.com/7daystodie/mods/1850
[6]: https://github.com/OCB7D2D/OcbPinRecipesUiTdrHart/releases

0 comments on commit fffba2b

Please sign in to comment.