Posted December 29, 201212 yr The introduction of array Properties to Configuration made coding settings more convenient, except when it isn't. As of Forge 6.5.0.467, Configuration.load has trouble reading Property array values that include special characters: "=" causes array values to be reformatted as new single value properties on subsequent load-saves; the char cases on lines 519-599 cause various errors as it attempts to read them as though the array values are individual properties; other special characters throw RuntimeExceptions. All this amounts to making it difficult to write even simple expressions to string array properties, like "stone = 1" or "ShapedRecipes @ net.minecraft.item.crafting.ShapedRecipes". Will this be addressed soon or has it been addressed in a recent build?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.