#How do i disable the crafting table screen and the anvil screen?
1 messages · Page 1 of 1 (latest)
for the texture files of the screen, put a blank texture
the ui will still work
you could use beforeItemUseOn from the scripting api and cancel the event if the block is an anvil or a crafting table
however getBlockLocation() is broken in the latest stable version so you either have to use preview or wait for an update