fixy fixy
This commit is contained in:
parent
68267de68d
commit
283d0455a4
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue