9
0
mirror of https://github.com/Auxilor/EcoQuests.git synced 2025-12-27 10:59:25 +00:00

Compare commits

..

3 Commits
1.5.0 ... 1.5.2

Author SHA1 Message Date
Auxilor
e0e0804cce libreforge-updater 2023-09-07 16:01:57 +01:00
Auxilor
c00d5eb7d2 libreforge-updater 2023-09-02 17:34:44 +01:00
Will FP
f7fab37555 Fixed page changers 2023-09-01 12:32:17 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class PositionedPageChanger(
direction: PageChanger.Direction direction: PageChanger.Direction
): PositionedComponent { ): PositionedComponent {
private val pageChanger = PageChanger( private val pageChanger = PageChanger(
Items.lookup("item").item, Items.lookup(config.getString("item")).item,
direction direction
) )

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Thu Aug 31 16:59:46 BST 2023 #Thu Sep 07 16:01:57 BST 2023
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.33.0 libreforge-version=4.33.3
version=1.5.0 version=1.5.2