Update: Made frozen coconut milk spawn in on -20 degrees temperature

frozen coconut milk now is on -20 degrees celsius when placed.
This commit is contained in:
zonneschijn7 2024-01-10 12:33:14 +01:00 committed by GitHub
parent 843e0ada48
commit a07643ff03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -113,4 +113,5 @@ elements.frozen_coconut_milk = {
tempHigh: "-10",
stateHigh: "coconut_milk",
hidden: true,
};
temp: "-20",
};