seaweed color

This commit is contained in:
SquareScreamYT 2024-03-08 20:15:10 +08:00 committed by GitHub
parent 962ed9b106
commit 5d9f0e9301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

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