When i try to load the mod using the latest Exp Build of the game it gives me the following error -
Mafi.CheckException: Failed to load init.py: C:\Users\USER\AppData\Roaming\Captain of Industry\Mods\Fusion_Horizon\Definitions\Candu.py(27): Method not found: void .Gfx..ctor(string,Mafi.Option1<string>,Mafi.Core.Products.CountableProductStackingMode,bool,bool) at PythonAPI.Expressions.CallExpression.GetValue (System.Collections.Generic.IDictionary2[TKey,TValue] context) [0x000d9] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\Expressions\CallExpression.cs:66
at PythonAPI.AssignmentStatement.Execute (System.Collections.Generic.IDictionary2[TKey,TValue] context) [0x0000e] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\AssignmentStatement.cs:27 at CustomAssets.Data.Mod.CustomAssetRegistrator.register (Mafi.Collections.Set1[T] loaded, Mafi.Collections.Set1[T] failed, Mafi.Core.Mods.ProtoRegistrator registrator, System.IO.FileInfo file, System.IO.DirectoryInfo modules) [0x00178] in C:\git\COIM_CustomAssets\src\CustomRecipes\Data\Mod\CustomAssetRegistrator.cs:798 at CustomAssets.Data.Mod.CustomAssetRegistrator+<>c__DisplayClass29_0.<register>b__0 (PythonAPI.Runtime.Constructor+CallArguments args) [0x00266] in C:\git\COIM_CustomAssets\src\CustomRecipes\Data\Mod\CustomAssetRegistrator.cs:780 at PythonAPI.Runtime.Constructor.Invoke (PythonAPI.Expressions.NamedValue[] args) [0x0001b] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\Runtime\Constructor.cs:98 at PythonAPI.Statements.LocalImportStatement.Execute (System.Collections.Generic.IDictionary2[TKey,TValue] context) [0x00031] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\Statements\LocalImportStatement.cs:35
at CustomAssets.Data.Mod.CustomAssetRegistrator.register (Mafi.Collections.Set1[T] loaded, Mafi.Collections.Set1[T] failed, Mafi.Core.Mods.ProtoRegistrator registrator, System.IO.FileInfo file, System.IO.DirectoryInfo modules) [0x00178] in C:\git\COIM_CustomAssets\src\CustomRecipes\Data\Mod\CustomAssetRegistrator.cs:798
at CustomAssets.Data.Mod.CustomAssetRegistrator.RegisterData (Mafi.Core.Mods.ProtoRegistrator registrator) [0x0015d] in C:\git\COIM_CustomAssets\src\CustomRecipes\Data\Mod\CustomAssetRegistrator.cs:685 ---> PythonAPI.PythonRuntimeException: C:\Users\USER\AppData\Roaming\Captain of Industry\Mods\Fusion_Horizon\Definitions\Candu.py(27): Method not found: void .Gfx..ctor(string,Mafi.Option1<string>,Mafi.Core.Products.CountableProductStackingMode,bool,bool) ---> System.MissingMethodException: Method not found: void .Gfx..ctor(string,Mafi.Option1<string>,Mafi.Core.Products.CountableProductStackingMode,bool,bool)
at PythonAPI.Runtime.Constructor.Invoke (PythonAPI.Expressions.NamedValue[] args) [0x0001b] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\Runtime\Constructor.cs:98
at PythonAPI.Expressions.Expressions.call (System.Object executable, System.Collections.Generic.List1[T] arguments) [0x000ab] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\Expressions\Expressions.cs:125 at PythonAPI.Expressions.CallExpression.GetValue (System.Collections.Generic.IDictionary2[TKey,TValue] context) [0x000c3] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\Expressions\CallExpression.cs:60
--- End of inner exception stack trace ---
at PythonAPI.Expressions.CallExpression.GetValue (System.Collections.Generic.IDictionary2[TKey,TValue] context) [0x000d9] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\Expressions\CallExpression.cs:66 at PythonAPI.AssignmentStatement.Execute (System.Collections.Generic.IDictionary2[TKey,TValue] context) [0x0000e] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\AssignmentStatement.cs:27
at CustomAssets.Data.Mod.CustomAssetRegistrator.register (Mafi.Collections.Set1[T] loaded, Mafi.Collections.Set1[T] failed, Mafi.Core.Mods.ProtoRegistrator registrator, System.IO.FileInfo file, System.IO.DirectoryInfo modules) [0x00178] in C:\git\COIM_CustomAssets\src\CustomRecipes\Data\Mod\CustomAssetRegistrator.cs:798
at CustomAssets.Data.Mod.CustomAssetRegistrator+<>c__DisplayClass29_0.<register>b__0 (PythonAPI.Runtime.Constructor+CallArguments args) [0x00266] in C:\git\COIM_CustomAssets\src\CustomRecipes\Data\Mod\CustomAssetRegistrator.cs:780
at PythonAPI.Runtime.Constructor.Invoke (PythonAPI.Expressions.NamedValue[] args) [0x0001b] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\Runtime\Constructor.cs:98
at PythonAPI.Statements.LocalImportStatement.Execute (System.Collections.Generic.IDictionary2[TKey,TValue] context) [0x00031] in C:\git\COIM_CustomAssets\src\CustomRecipes\PythonAPI\Statements\LocalImportStatement.cs:35 at CustomAssets.Data.Mod.CustomAssetRegistrator.register (Mafi.Collections.Set1[T] loaded, Mafi.Collections.Set1[T] failed, Mafi.Core.Mods.ProtoRegistrator registrator, System.IO.FileInfo file, System.IO.DirectoryInfo modules) [0x00178] in C:\git\COIM_CustomAssets\src\CustomRecipes\Data\Mod\CustomAssetRegistrator.cs:798 at CustomAssets.Data.Mod.CustomAssetRegistrator.RegisterData (Mafi.Core.Mods.ProtoRegistrator registrator) [0x0015d] in C:\git\COIM_CustomAssets\src\CustomRecipes\Data\Mod\CustomAssetRegistrator.cs:685 --- End of inner exception stack trace --- at CustomAssets.Data.Mod.CustomAssetRegistrator.RegisterData (Mafi.Core.Mods.ProtoRegistrator registrator) [0x001fb] in C:\git\COIM_CustomAssets\src\CustomRecipes\Data\Mod\CustomAssetRegistrator.cs:692 at CustomAssets.CustomAssetPackBase.RegisterPrototypes (Mafi.Core.Mods.ProtoRegistrator registrator) [0x0001c] in C:\git\COIM_CustomAssets\src\CustomRecipes\CustomAssetPackBase.cs:57 at Mafi.Core.Game.GameBuilder.RegisterModsPrototypes (Mafi.Collections.ImmutableCollections.ImmutableArray1[T] mods, Mafi.Collections.ImmutableCollections.ImmutableArray`1[T] modsData, Mafi.Core.Mods.ProtoRegistrator protoRegistrator, System.Boolean throwOnError) [0x00037] in <3175f7cf119c4337a9b2c5789afd1225>:0