Update lemonade.js

This commit is contained in:
baconthemyth 2024-01-06 22:44:39 -05:00 committed by GitHub
parent 617fbb79ce
commit 313f04e67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ behavior: behaviors.LIQUID,
category: "liquids",
state: "solid",
reactions: {
"sugar_water": { elem1: "null", elem2: "lemonade" },
"sugar_water": { elem1: null, elem2: "lemonade" },
}
};