Skip to content

Commit

Permalink
temporary icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ImToggle committed Jun 20, 2024
1 parent 16f2325 commit f1f7d1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Features
- Customizable items order
- Toggleable metadata check
- Horizontal / Vertical Mode

## Screenshots
HUD

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import net.minecraft.item.Item
import net.minecraft.item.ItemStack
import java.lang.reflect.Field

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

@CustomOption
var entries = ArrayList<ItemEntry>()
Expand Down
Binary file added src/main/resources/assets/tempIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1f7d1d

Please sign in to comment.