This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
How do I create an invisible or transparent block without texture but can be clicked?
Make an invisible texture for the block or use the air texture from mcpe textures list.
(You can have it at zhouwei's web or check other texture packs for its name and offset)
Next,set the block.defineBlock(); boolean to true because if it is false, the block will not be invisible.
And, there you go! I reccomand you read connor's web for all the functions descriptions.
https://github.com/Connor4898/ModPE-Docs/wiki
p.s Im on mobile
Remember the time where minecraft was in development? Oh wait, I actually don't remember it...
How do I create an invisible or transparent block without texture but can be clicked?
Make an invisible texture for the block or use the air texture from mcpe textures list.
(You can have it at zhouwei's web or check other texture packs for its name and offset)
Next,set the block.defineBlock(); boolean to true because if it is false, the block will not be invisible.
And, there you go! I reccomand you read connor's web for all the functions descriptions.
https://github.com/Connor4898/ModPE-Docs/wiki
p.s Im on mobile
Remember the time where minecraft was in development? Oh wait, I actually don't remember it...