promotional bannermobile promotional banner

JSON The Fly

Create Block and Item Tags by right clicking a chest

File Details

1.18.2 | JSON The Fly - 1.1

  • R
  • Apr 24, 2022
  • 44.86 KB
  • 83
  • 1.18.2
  • Forge

File Name

jstf-1.1.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:json-the-fly-563533:3767725")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

- Added limited CraftTweaker support, will likely be expanded upon in later versions

- CraftTweaker tools exist to add blocks and items to existing tags. Rename the Chest Reader to something like 'minecraft:wool' and rick click a chest to create a CraftTweaker script which adds those items to the minecraft:wool tag

- The scripts are placed within the scripts/jstf folder, so if you are using CraftTweaker all you have to do is /reload and the items will be added to the tag.

- Added the /jstf command. Hold an item and run the command, and you will get Chest Readers named as the tags that the item is contained in.

- Fixed some bugs