Skip to content

Commit f0e6102

Browse files
committed
fix: ci
1 parent 129d5f0 commit f0e6102

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ An addon for [Tooltips Reforged](https://modrinth.com/mod/tooltips-reforged) tha
1010
- **Auto-derived Display**: Tag text and colors are automatically generated if not specified
1111
- **Hot Reload**: Edit the config file and changes apply immediately on next hover
1212
- **Configurable**: Easily customize every aspect
13+
14+
### Wares Mod Integration
15+
16+
Displays trade information directly in tooltips for Wares mod items:
17+
18+
- **Supported items**: `wares:delivery_agreement`, `wares:sealed_delivery_agreement`, `ptdye:trading_transceiver`
19+
- Shows requested items (what you give) and payment items (what you receive) with actual item icons
20+
- Duplicate items are automatically merged and counts summed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ loom {
1616
}
1717

1818
repositories {
19+
mavenCentral()
20+
maven { url "https://maven.minecraftforge.net/" }
1921
maven { url "https://api.modrinth.com/maven" }
2022
maven { url "https://maven.terraformersmc.com/" }
2123
maven { url 'https://jitpack.io' }

0 commit comments

Comments
 (0)