#Block Itembuilder example

6 messages · Page 1 of 1 (latest)

tough cliff
#

Specifically, I am trying to make a "block of refined fuel", but the 1.20 itembuilder from block syntax is unclear (or I am simply dumb) -- my main question is what do I need to use for the ??? in .item(??? .burntime(x))
Thanks! Caio!

little questBOT
#

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

next finch
#
event.create('stuff')
    .item(i => {
      i.burntime(50)
    })
cunning jay
#

Doesn't work though

thick tundra