seaweed color
This commit is contained in:
parent
962ed9b106
commit
5d9f0e9301
|
|
@ -5400,7 +5400,8 @@ elements.mochi_dough = {
|
||||||
burnInto:"ash",
|
burnInto:"ash",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
density: 526.9,
|
density: 526.9,
|
||||||
isFood: true
|
isFood: true,
|
||||||
|
hidden:true
|
||||||
},
|
},
|
||||||
elements.mochi = {
|
elements.mochi = {
|
||||||
color: "#f2e2a7",
|
color: "#f2e2a7",
|
||||||
|
|
@ -5523,7 +5524,7 @@ elements.seaweed_stem = {
|
||||||
density: 1050,
|
density: 1050,
|
||||||
}
|
}
|
||||||
elements.seaweed = {
|
elements.seaweed = {
|
||||||
color: "#2e8021",
|
color: ["#2e8021","#3e9031","#4ea041"],
|
||||||
behavior: behaviors.STURDYPOWDER,
|
behavior: behaviors.STURDYPOWDER,
|
||||||
reactions: {
|
reactions: {
|
||||||
"vinegar": { elem1:"dead_plant", elem2:null, chance:0.035 },
|
"vinegar": { elem1:"dead_plant", elem2:null, chance:0.035 },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue