msg
This commit is contained in:
parent
b54c9728f7
commit
59da1197f4
|
|
@ -291,6 +291,7 @@ Changelog (v1.9)
|
||||||
- added cooked and burnt rice
|
- added cooked and burnt rice
|
||||||
- added rice plants and rice panicles
|
- added rice plants and rice panicles
|
||||||
- added rice seeds
|
- added rice seeds
|
||||||
|
- added msg
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -5410,3 +5411,20 @@ elements.mochi = {
|
||||||
density: 233.96,
|
density: 233.96,
|
||||||
isFood: true
|
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"],
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue