Skip to content

Commit 8a26f9a

Browse files
committed
Define Quark attribute icon for pixie spawn chance
(closes #4081)
1 parent 021bde2 commit 8a26f9a

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
201 Bytes
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"botania:pixie_spawn_chance": {
3+
"display": {
4+
"mainhand": "percentage",
5+
"offhand": "percentage",
6+
"feet": "percentage",
7+
"legs": "percentage",
8+
"chest": "percentage",
9+
"head": "percentage",
10+
"potion": "percentage"
11+
},
12+
"texture": "botania:attribute/pixie_spawn_chance",
13+
"base_value": 0
14+
}
15+
}

web/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Note: Porting efforts to bring Botania to 1.21+ versions of Minecraft (supportin
2020
We cannot provide any ETA (even a rough one) due to the complexity of the work involved and the somewhat limited amount
2121
of time the maintainers are able to spend on this effort. For the time being, updates still target Minecraft 1.20.1.
2222

23+
* Add: Support for Quark's attribute tooltips, displaying the Pixie Spawn Chance on Elementium armor and sword in icon form
2324
* Fix: Botania's Creative inventory tab no longer randomly shows up among the vanilla tabs
2425
* Fix: Rod of the Sea and Extrapolated Bucket may vanish when interacting with cauldrons
2526
* Fix: Partially reverted an internal change that needlessly caused an incompatibility with existing versions of ExtraBotany

0 commit comments

Comments
 (0)