cooked_apple.js

This commit is contained in:
Ruterm 2023-12-31 20:41:39 +02:00 committed by GitHub
parent ff41e44749
commit 6b79abf920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ elements.cooked_apple = {
tempHigh: 345,
stateHigh: "ash",
tempLow: -30,
stateLow: iced_apple,
stateLow: "iced_apple",
density: 475
};
@ -23,4 +23,4 @@ elements.iced_apple = {
density: 745
};