From 59da1197f4345fce6ef60ed39a9901bc4ce28b9a Mon Sep 17 00:00:00 2001 From: SquareScreamYT <134925668+SquareScreamYT@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:02:21 +0800 Subject: [PATCH] msg --- mods/aChefsDream.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mods/aChefsDream.js b/mods/aChefsDream.js index 1e9a7c17..d6011f9e 100644 --- a/mods/aChefsDream.js +++ b/mods/aChefsDream.js @@ -291,6 +291,7 @@ Changelog (v1.9) - added cooked and burnt rice - added rice plants and rice panicles - added rice seeds + - added msg @@ -5410,3 +5411,20 @@ elements.mochi = { density: 233.96, isFood: true } +elements.monosodium_glutamate = { + color: "#eeeeee", + behavior: behaviors.POWDER, + reactions: { + "ice": { elem1:null, elem2:"salt_water", chance:0.1 }, + "rime": { elem1:null, elem2:"salt_water", chance:0.075 }, + "snow": { elem1:null, elem2:"salt_water", chance:0.25 }, + "packed_snow": { elem1:null, elem2:"salt_water", chance:0.05 }, + "packed_ice": { elem1:null, elem2:"salt_water", chance:0.01 }, + "water": { elem2: "salt_water", elem1: null, temp2:-20 }, + }, + category: "food", + tempHigh: 801, + state: "solid", + density: 2160, + alias: ["msg","C5H8NNaO4"], +}