#Creating a Gravel Block

5 messages · Page 1 of 1 (latest)

full solar
#

Im trying to create a gravel like block, but i don't know how to apply the gravel sounds to it. little help?

little baneBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

terse nest
#

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')
})
full solar
#

Thank you, it works.