Block as player head
- If you'd like your ExecutableBlock to be a player head you need to first:
- Create an EI Item (ExecutableItem) /ei create <id>
.png)
- Set the material to PLAYER_HEAD
- Use the features related to it to add a texture to it (link below)
-
And once the EI Item is ready, create your EB Block. And inside the MAIN GUI
-
On CreationType select IMPORT_FROM_EXECUTABLE_ITEMS
.png)
-
And select the EI you created
-
Then save and that's it, now your EB is a custom texture PLAYER_HEAD
Created Oct 26, 2025Last updated Nov 22, 2025 by Ssomar
Edit this page on GitHub