mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-22 00:19:23 +00:00
Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a6c2941d8 | ||
|
|
757dffb08d | ||
|
|
277a0bef78 | ||
|
|
c7f8b9f97e | ||
|
|
0f97e2dfc4 | ||
|
|
ae503fd646 | ||
|
|
89df16dabe | ||
|
|
c6dfa1849d | ||
|
|
fb4022dfd9 | ||
|
|
60c785717a | ||
|
|
a3810a9ff8 | ||
|
|
3498b575dc | ||
|
|
8f5668d8c4 | ||
|
|
6cde0ca092 | ||
|
|
d54e4ee8d5 | ||
|
|
65ef2a63d2 | ||
|
|
0d1ea5a7c8 | ||
|
|
7d32350eed | ||
|
|
4361ce0407 |
@@ -44,8 +44,8 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.willfp:eco:6.38.0'
|
compileOnly 'com.willfp:eco:6.43.0'
|
||||||
implementation 'com.willfp:libreforge:3.100.0'
|
implementation 'com.willfp:libreforge:3.111.0'
|
||||||
implementation 'org.joml:joml:1.10.4'
|
implementation 'org.joml:joml:1.10.4'
|
||||||
|
|
||||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||||
|
|||||||
@@ -62,10 +62,6 @@ class ReforgesPlugin : LibReforgePlugin() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun getMinimumEcoVersion(): String {
|
|
||||||
return "6.38.0"
|
|
||||||
}
|
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
/**
|
/**
|
||||||
* Instance of Reforges.
|
* Instance of Reforges.
|
||||||
|
|||||||
@@ -229,8 +229,9 @@ object ReforgeGUI {
|
|||||||
.toTypedArray()
|
.toTypedArray()
|
||||||
|
|
||||||
menu = menu(plugin.configYml.getInt("gui.rows")) {
|
menu = menu(plugin.configYml.getInt("gui.rows")) {
|
||||||
setTitle(plugin.langYml.getFormattedString("menu.title"))
|
title = plugin.langYml.getFormattedString("menu.title")
|
||||||
setMask(FillerMask(MaskItems(*maskItems), *maskPattern))
|
setMask(FillerMask(MaskItems(*maskItems), *maskPattern))
|
||||||
|
allowChangingHeldItem()
|
||||||
|
|
||||||
val slot = slot(
|
val slot = slot(
|
||||||
ItemStackBuilder(Material.BLACK_STAINED_GLASS_PANE)
|
ItemStackBuilder(Material.BLACK_STAINED_GLASS_PANE)
|
||||||
|
|||||||
@@ -184,7 +184,6 @@ point-names: # If you have point names that look ugly (eg g_souls) then you can
|
|||||||
|
|
||||||
use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements
|
use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements
|
||||||
raytrace-distance: 80 # The distance that alt_click should check for a location
|
raytrace-distance: 80 # The distance that alt_click should check for a location
|
||||||
block-item-drop-place-check: true # If the block_item_drop trigger should only fire on naturally placed blocks (prevents dupes)
|
|
||||||
|
|
||||||
potions:
|
potions:
|
||||||
icon:
|
icon:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Wed Sep 14 15:10:16 BST 2022
|
#Sun Oct 09 15:02:19 BST 2022
|
||||||
version=5.51.0
|
version=5.62.0
|
||||||
plugin-name=Reforges
|
plugin-name=Reforges
|
||||||
|
|||||||
Reference in New Issue
Block a user