Manual editing blockstates

How to manually edit blockstates json files

Editing note_block.json

Update to ItemsAdder 2.4.20

You can manually edit the file assets\minecraft\blockstates\note_block.json adding your own rules inside.

ItemsAdder will automatically merge your custom json file with the ItemsAdder custom blocks if you created any.

Editing other .json blockstates

You can edit any blockstate file you want, but you have to read this in order to edit some of them.

In order to edit the some blockstates files you have to disable the ItemsAdder custom blocks feature based on the type you want to edit. In the future I may allow manual editing of these files without disabling the ItemsAdder blocks feature (it's not easy to implement, that's why I didn't make this possible yet).

mushroom blockstates

Delete the files:

  • assets\minecraft\blockstates\brown_mushroom_block.json

  • assets\minecraft\blockstates\mushroom_stem.json

  • assets\minecraft\blockstates\red_mushroom_block.json

Enable this option:

config.yml
  disable-REAL: true

fire.json

Delete the file assets\minecraft\blockstates\fire.json

Enable this option:

config.yml
  disable-FIRE: true

chorus_plant.json

Delete the file assets\minecraft\blockstates\chorus_plant.json

Enable this option:

config.yml
  disable-REAL_TRANSPARENT: true

tripwire.json

Delete the file assets\minecraft\blockstates\tripwire.json

Enable this option:

config.yml
  disable-REAL_WIRE: true

Last updated