Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/replcraft/lib/client.ts>Client#craft

A library to control special structures on the ReplCraft Minecraft server
Latest
method Client.prototype.craft
import { Client } from "https://deno.land/x/replcraft@v1.1.0/lib/client.ts";

Craft an item using its recipe.

Parameters

output: Location

Where to put the resulting item

recipe: (SlotReference | null)[]

Recipe of the item to craft

Returns

Promise<void>