lunar-sway / minestuck

A Homestuck Minecraft mod
Other
54 stars 64 forks source link

Fix save format for effect in area effect block #591

Closed kirderf1 closed 5 months ago

kirderf1 commented 5 months ago

The registry int ids are not necessarily consistent between play sessions or save files, which makes it a bad idea to use it for serialization (with the potential exception of network serialization).

The area effect block was doing this with its effect, which is bad for both save files and structure templates. This pr changes this to use the string id instead, while keeping backwards-compatibility.