java - How to send a title in Forge 1.12.1 -


my current way of sending titles player placing redstone torch next command block (which contains title commands), not work:

blockpos blockpos = new blockpos(675, 236, 457); iblockstate iblockstate = world.getblockstate(blockpos); material material = iblockstate.getmaterial();  world.setblockstate(blockpos, blocks.redstone_torch.getdefaultstate(), 1); 


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -