fixy fixy

This commit is contained in:
SquareScreamYT 2024-03-07 08:19:15 +08:00 committed by GitHub
parent 68267de68d
commit 283d0455a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5346,7 +5346,7 @@ elements.rice_panicle = {
} }
elements.rice_flour= { elements.rice_flour = {
color: "#f7f1df", color: "#f7f1df",
behavior: behaviors.POWDER, behavior: behaviors.POWDER,
reactions: { reactions: {
@ -5368,7 +5368,7 @@ elements.rice_flour= {
density: 600, density: 600,
isFood: true isFood: true
}, },
elements.mochi_dough= { elements.mochi_dough = {
color: "#ebddae", color: "#ebddae",
behavior: behaviors.STURDYPOWDER, behavior: behaviors.STURDYPOWDER,
onMix: function(dough,ingredient) { onMix: function(dough,ingredient) {