Merge pull request #243 from JustAGenericUsername/main

This commit is contained in:
slweeb 2024-01-05 23:43:55 -05:00 committed by GitHub
commit 087e5d5ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1589,6 +1589,7 @@ elements.molten_bismuth = {
behavior: behaviors.MOLTEN,
category: "states",
state: "liquid",
temp: 280,
tick: function(pixel){
if (pixel.temp <= 261.4){
pixel.tHue = 0;