Block Swap

Block Swap

4M Downloads

[Config Help] Add BlockState Info?

p1ut0nium-git opened this issue ยท 0 comments

commented

Is it possible to add BlockState tags to the items in the config?

Example:

blockstate:realistictorches:torch:litstate=0,burntime=0

I'd like to replace all vanilla torches in the world with realistic torches that are lit, but I need to be able to add the "litstate" blockstatetag to do that.

Something like this?

"minecraft:torch": "realistictorches:torch{BlockStateTag:{litstate:"1",burntime:"240"}}"

Thanks