#Creating a Gravel Block
5 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
in your block creation, you can set your material to dirt or clay, they both use the gravel sounds. So for example:
StartupEvents.registry('block', event => {
event.create('myblock').material('dirt')
})
sigh i hate how such a stupidly obvious thing made me stuck for so long.
Thank you, it works.