Skip to content

Commit f1f7d1d

Browse files
committed
temporary icon
1 parent 16f2325 commit f1f7d1d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
![Minimal Powered by OneConfig](https://polyfrost.org/img/cozy-minimal_vector.svg)
44

5+
## Features
6+
- Customizable items order
7+
- Toggleable metadata check
8+
- Horizontal / Vertical Mode
9+
510
## Screenshots
611
HUD
712

src/main/kotlin/me/imtoggle/itemcounter/config/ModConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import net.minecraft.item.Item
1313
import net.minecraft.item.ItemStack
1414
import java.lang.reflect.Field
1515

16-
object ModConfig : Config(Mod(ItemCounter.NAME, ModType.UTIL_QOL), "${ItemCounter.MODID}.json") {
16+
object ModConfig : Config(Mod(ItemCounter.NAME, ModType.UTIL_QOL, "/assets/tempIcon.png"), "${ItemCounter.MODID}.json") {
1717

1818
@CustomOption
1919
var entries = ArrayList<ItemEntry>()
18.4 KB
Loading

0 commit comments

Comments
 (0)