[Feature Request:] Better IBlockState Support
TheFloydman opened this issue ยท 1 comments
For mods that have CraftTweaker support and require an IBlockState argument, it would be useful to have a simple way to write out a block and it's state. The only way I currently know of doing this is with the line <minecraft:diamond_block>.asBlock().definition.defaultState
. This works very well for defining a block's default state, but there is no way to select another state.