From e1f6d55b1a26458d132ba58a72c0e0def1bc121e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 21 Sep 2025 21:38:33 +0200 Subject: rename cutting and rolling board everywhere --- data/recipes/default.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/recipes/default.js') diff --git a/data/recipes/default.js b/data/recipes/default.js index f70adf6b..cc2dfab4 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -119,12 +119,12 @@ function crate(s) { } function cut(s, two) { const o = new Item(`sliced-${s.name}`, s.container) - out({ action: "active", inputs: [s], outputs: [o, two ? o : null], tile: "cuttingboard", duration: 2 }) + out({ action: "active", inputs: [s], outputs: [o, two ? o : null], tile: "cutting-board", duration: 2 }) return o } function roll(s, two) { const o = new Item(`rolled-${s.name}`, s.container) - out({ action: "active", inputs: [s], outputs: [o, two ? o : null], tile: "rollingboard", duration: 2 }) + out({ action: "active", inputs: [s], outputs: [o, two ? o : null], tile: "rolling-board", duration: 2 }) return o } function cook(s, duration = 20) { -- cgit v1.2.3-70-g09d2