dicedpixels

Results 10 comments of dicedpixels

Seems like there's still theming issues with the new terminal: [New terminal: colors are not consistent with Darcula theme](https://youtrack.jetbrains.com/issue/IDEA-349150/New-terminal-colors-are-not-consistent-with-Darcula-theme) Even their own high contrast theme is inconsistent: ![image](https://github.com/catppuccin/jetbrains/assets/121529979/1570ef66-184f-4a10-9ba7-ef60a7a00272)

New update out: https://youtrack.jetbrains.com/articles/IDEA-A-2100661951/IntelliJ-IDEA-2024.1.1-241.15989.150-build-Release-Notes Several changes/fixes to new terminal.

Shouldn't the MOD_ID be passed to `getLogger`?

Yes, create an item tag under your mod namespace.

```diff - src/main/resources/data/experiments_mod/tags/items/repairs_golden_chain_armor.json + src/main/resources/data/experiments_mod/tags/item/repairs_golden_chain_armor.json ``` `item` not `items`.

Feel free. Just mentioning a tag should be created is sufficient. You can also update the reference mod with a data generator to generate that tag similar to [this](https://github.com/FabricMC/fabric-docs/blob/main/reference/latest/src/client/java/com/example/docs/datagen/internal/ExampleModInternalModelProvider.java).

Do you have any other mods? I cannot recreate this with just Fabric API.

@tmdakm This is indeed an issue with Fabric API, present in all 1.14.x versions till `fabric 0.3.1+build.208` for 1.14.4. You can update to 1.14.4 and use any Fabric API version...

Splitting this is trivial. Should the items page called "Client Items"? I don't think it indicates it's about the item's appearance. How about "Item Appearance"? Blocks one is fine and...

Done. Titles, content, and organization is up for discussion.