This commit is contained in:
SquareScreamYT 2024-03-07 10:02:21 +08:00 committed by GitHub
parent b54c9728f7
commit 59da1197f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

View File

@ -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"],
}