Food While Crafting

Forum Forums Discussion Food While Crafting

This topic contains 1 reply, has 2 voices, and was last updated by gregye gregye 6 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4695
    4DDCom
    4DDCom
    Participant
    0

    As Lyfox showed me
    Use scenario engine.

    gather(100)
    repair()
    repeatChapter(10)

    does wonderful work during gathering.

    Is there something similar for using Food while crafting?

    #4712
    gregye
    gregye
    Participant
    0

    Sure but you would have to place your Food on your hotbar

    icon(x, y, 2.5)
    icon(x, y, 2.5)
    workFor(0:55)
    craft(max)
    repair()
    repeatChapter(100)

    x= Number of the hotbar
    y= Position on the hotbar
    2.5 is the delay

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.