one fable-low hijack cell
pair craft / javascript
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked craft (first-offered)
· classifierA
· tiernone
response (200 chars)
Here's a **crafting system** in JavaScript (like in games — combine items into new ones):
```javascript
class CraftingSystem {
constructor() {
this.recipes = new Map();
}
// Register a rec
neighbors