9 Commits
Author SHA1 Message Date
Azur fb77b8dc90 add resource pack 2026-07-18 17:01:30 +02:00
Azur 6b1d0e6a8d Update dependency shadow to v9.5.1
Reviewed-on: #4
2026-07-15 10:48:52 +02:00
Azur 263d6acab0 Update dependency gradle to v9.6.1
Reviewed-on: #2
2026-07-15 10:48:16 +02:00
Azur dd896a21b4 Update dependency io.github.toxicity188:bettermodel-api to v3.2.0
Reviewed-on: #3
2026-07-15 10:45:08 +02:00
Azur 8d2c8b9f8e Update kotlin to v2.4.10
Reviewed-on: #5
2026-07-15 10:44:13 +02:00
Renovate-Bot 1346d7e74b Update kotlin to v2.4.10 2026-07-14 10:14:16 +00:00
Renovate-Bot 825f6b81f7 Update dependency com.gradleup.shadow to v9.5.1 2026-07-08 10:13:31 +00:00
Renovate-Bot 6aa2fa177c Update dependency gradle to v9.6.1 2026-06-29 10:08:13 +00:00
Renovate-Bot c57c3101c9 Update dependency io.github.toxicity188:bettermodel-api to v3.2.0 2026-06-20 10:05:19 +00:00
19 changed files with 113 additions and 7 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
[versions]
kotlin = "2.4.0"
kotlin = "2.4.10"
paper-api = "26.1.2.build.+"
minecraft = "26.1.2"
paperweight-userdev = "2.0.0-beta.21"
shadow = "9.4.1"
shadow = "9.5.1"
run-task = "3.0.2"
resource-factory = "1.3.1"
better-model = "3.0.2"
better-model = "3.2.0"
[libraries]
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
@@ -0,0 +1,15 @@
{
"providers": [
{
"type": "bitmap",
"chars" : ["\uE108"],
"file": "unmei:gui/test.png",
"ascent": 13,
"height": 256
},
{
"type": "space",
"advances" : { "\uE000": -8, "\uE001": -169 }
}
]
}
@@ -0,0 +1,16 @@
{
"model": {
"type": "minecraft:model",
"model": "unmei:item/axe",
"tints": [
{
"type": "minecraft:constant",
"value": [1,1,1]
},
{
"type": "minecraft:custom_model_data",
"default": 16777215
}
]
}
}
@@ -0,0 +1,14 @@
{
"oversized_in_gui": true,
"model": {
"type": "minecraft:condition",
"property": "minecraft:carried",
"on_true": {
"type": "minecraft:empty"
},
"on_false": {
"type": "minecraft:model",
"model":"unmei:item/gui/left_arrow"
}
}
}
@@ -0,0 +1,14 @@
{
"oversized_in_gui": true,
"model": {
"type": "minecraft:condition",
"property": "minecraft:carried",
"on_true": {
"type": "minecraft:empty"
},
"on_false": {
"type": "minecraft:model",
"model":"unmei:item/gui/right_arrow"
}
}
}
@@ -0,0 +1,7 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "unmei:item/stick",
"layer1": "unmei:item/axe_1"
}
}
@@ -0,0 +1,23 @@
{
"format_version": "1.21.11",
"texture_size": [18, 18],
"textures": {
"particle": "#0"
},
"elements": [
{
"from": [-1, 0, -1],
"to": [17, 0, 17],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
}
],
"gui_light": "front",
"display": {
"gui": {
"rotation": [90, 0, 0],
"translation": [0, 0.01, 0]
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "unmei:item/gui/button",
"textures": {
"0": "unmei:item/gui/left_arrow"
}
}
@@ -0,0 +1,6 @@
{
"parent": "unmei:item/gui/button",
"textures": {
"0": "unmei:item/gui/right_arrow"
}
}
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

+7
View File
@@ -0,0 +1,7 @@
{
"pack": {
"description": "Random",
"min_format": 88,
"max_format": 88
}
}
@@ -5,9 +5,6 @@ import org.bukkit.event.Listener
import org.bukkit.event.block.Action
import org.bukkit.event.player.PlayerInteractEvent
class PlayerEvents : Listener {
@EventHandler
fun rightClick (event : PlayerInteractEvent){