Update a_mod_by_alice.js
This commit is contained in:
parent
7809f4fb44
commit
7599e10bec
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue