Certain embedded functions in .settings can cause computers to get "bricked" upon startup
Kan18 opened this issue ยท 1 comments
Minecraft Version
1.19.x
Version
1.102.2
Details
Embedded functions in .settings
which put an entry that textutils.serialize
cannot serialize may result in computers not being able to boot. For example, this .settings
file:
(function() a = {} return { a = {a, a} } end)()