Compare commits
2 Commits
32165b87e7
...
7f3bb68719
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f3bb68719 | |||
| fa52df1d39 |
+1
-1
@@ -10,7 +10,7 @@ loom_version=1.16.1
|
|||||||
fabric_api_version=0.141.3+1.21.11
|
fabric_api_version=0.141.3+1.21.11
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=0.4.0
|
mod_version=0.4.1
|
||||||
maven_group=com.g2806.soulsteal
|
maven_group=com.g2806.soulsteal
|
||||||
archives_base_name=soul-steal
|
archives_base_name=soul-steal
|
||||||
|
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ public record SoulStealConfig(
|
|||||||
shop:
|
shop:
|
||||||
title: "Soul Shop"
|
title: "Soul Shop"
|
||||||
rows: 3
|
rows: 3
|
||||||
filler_item: "minecraft:black_stained_glass_pane"
|
filler_item: "minecraft:light_gray_stained_glass_pane"
|
||||||
default_purchase_cooldown_seconds: 0
|
default_purchase_cooldown_seconds: 0
|
||||||
enable_custom_amount_selector: true
|
enable_custom_amount_selector: true
|
||||||
default_max_custom_amount: 64
|
default_max_custom_amount: 64
|
||||||
@@ -172,9 +172,11 @@ public record SoulStealConfig(
|
|||||||
enabled: true
|
enabled: true
|
||||||
default_visible: false
|
default_visible: false
|
||||||
title: "Soul HUD"
|
title: "Soul HUD"
|
||||||
|
|
||||||
bounty_bossbar:
|
bounty_bossbar:
|
||||||
enabled: true
|
enabled: true
|
||||||
title: "Bounty on You"
|
title: "Bounty on You"
|
||||||
|
|
||||||
leaderboard:
|
leaderboard:
|
||||||
page_size: 10
|
page_size: 10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user