Skip to content

Commit

Permalink
Update for Darkness Falls A21 Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Oct 3, 2023
1 parent 16c943e commit 00174ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Config/XUi/controls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<setattribute xpath="/controls/backpack_item_stack" name="on_scroll">true</setattribute>
<setattribute xpath="/controls/backpack_item_stack" name="controller">WheelItemStack, InventoryMouseWheel</setattribute>

<modif condition="Darkness Falls Core">
<modif condition="DarknessFallsCore">

<setattribute xpath="/controls/df_item_stack" name="on_scroll">true</setattribute>
<setattribute xpath="/controls/df_item_stack" name="controller">WheelItemStack, InventoryMouseWheel</setattribute>
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="Use mouse scroll wheel to move inventory items." />
<Website value="https://github.com/OCB7D2D/OcbInventoryMouseWheel" />
<Author value="ocbMaurice" />
<Version value="0.2.1" />
<Version value="0.2.2" />
</xml>
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Simply [download here from GitHub][1] and put into your A20 Mods folder:

## Changelog

### Version 0.2.2

- Update for Darkness Falls A21 Edition

### Version 0.2.1

- Add compatibility for Khaine's Bigger Backpack
Expand Down Expand Up @@ -40,7 +44,7 @@ Simply [download here from GitHub][1] and put into your A20 Mods folder:

## Compatibility

Developed initially for version A20(b42), updated through A21.0(b324).
Developed initially for A20(b42), updated through A21.2(b14).

[1]: https://github.com/OCB7D2D/OcbInventoryMouseWheel/releases
[2]: https://github.com/OCB7D2D/OcbInventoryMouseWheel/actions/workflows/ci.yml
Expand Down

0 comments on commit 00174ef

Please sign in to comment.