Update a_mod_by_alice.js

This commit is contained in:
An Orbit 2024-01-30 16:43:28 -05:00 committed by GitHub
parent 7809f4fb44
commit 7599e10bec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42227,7 +42227,7 @@ Make sure to save your command in a file if you want to add this preset again.`
hidden: true,
};
elements.support_glass = structuredClone ? structuredClone(elements.glass) : JSON.parse(JSON.stringify(elements.glass));
elements.support_glass = JSON.parse(JSON.stringify(elements.glass));
elements.support_glass.stateHigh = "molten_glass";
elements.support_glass.behavior = behaviors.SUPPORT;