`/replaceitem` will not recognize block containers
Closed this issue · 1 comments
Flashing-Blinkenlights commented
When calling e.g. runCommand("replaceitem block 63 4 183 container.1 minecraft:book")
, 'The target block is not a container'
is returned even when it should succeed.
This appears to be the case regardless of the container used, but oddly enough replaceitem
does work with entities.
It might be a sensible idea to set up tests for commands as well to catch such issues.
Flashing-Blinkenlights commented
Was caused by out-of-date interface mod.