From 0b3851033add3fb6d081d8616254d0d81734182d Mon Sep 17 00:00:00 2001 From: SquareScreamYT <134925668+SquareScreamYT@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:31:02 +0800 Subject: [PATCH] chilireactionsthingy --- mods/aChefsDream.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/aChefsDream.js b/mods/aChefsDream.js index 424193a5..202397ce 100644 --- a/mods/aChefsDream.js +++ b/mods/aChefsDream.js @@ -6652,6 +6652,9 @@ elements.chilli = { state: "solid", density: 1050, breakInto: "chilli_powder", + reactions: { + "sauce": {elem1:null, elem2:"hot_sauce", chance:2} + }, } elements.chilli_powder = { color: "#a32121",