tr7zw / ItemSwapper

Tweaks to the inventory system based on Xisumavoid's video.
Other
98 stars 27 forks source link

[BUG] Modify Palette file not working in Resource Pack #178

Closed EvilsSouls closed 9 months ago

EvilsSouls commented 9 months ago

Version information

itemswapper-fabric-0.5.3-mc1.20.1

Other relevant installed mods

├── amecs-1.3.9+mc.1.20.1.jar ├── betterstats-2.10.3+1.20.1.jar ├── create-fabric-0.5.1-d-build.1161+mc1.20.1.jar ├── DetailArmorBar-2.6.3+1.20.1-fabric.jar ├── do-a-barrel-roll-3.3.3+1.20-fabric.jar ├── emi-1.0.20+1.20.1+fabric.jar ├── fabric-api-0.88.1+1.20.1.jar ├── fabric-language-kotlin-1.10.10+kotlin.1.9.10.jar ├── IBEEditor-1.20-2.2.3-fabric.jar ├── indium-1.0.21+mc1.20.1.jar ├── InventoryProfilesNext-fabric-1.20-1.10.7.jar ├── libIPN-fabric-1.20-4.0.0.jar ├── lighty-fabric-2.1.2+1.20.1.jar ├── lithium-fabric-mc1.20.1-0.11.2.jar ├── malilib-fabric-1.20.1-0.16.2.jar ├── modmenu-7.2.2.jar ├── morechathistory-1.19.1-1.1.1.jar ├── sodium-extra-0.4.27+mc1.20.1-build.110.jar ├── sodium-fabric-mc1.20-0.4.10+build.27.jar ├── stack-to-nearby-chests-mc1.20.1-0.4.0.jar

Expected Behavior

The main.json file should've been modified to remove the air item and add "create:wrench" (with a link to "itemswapper:v2/create/hub.json") instead.

Actual Behavior

However, the main.json file is not modified at all and stays the same. The Resource Pack is working though, as a different .json file (to add a palette) does actually work.

Reproduction Steps

  1. Use Resource Pack that modifies main.json file.
  2. Navigate to the Overview page.
  3. See if the palette modification actually worked.

Render engine

Additional information

This is the Resource Pack I've been using. Create & ItemSwapper Compat.zip

EvilsSouls commented 9 months ago

Problem with the resource pack (I wrote .json when there shouldn't have been)