Workbench update (#760)

* fix workbench icons

* workbench search

* fix 1

* UI finalize

* fix material localization

* restore shard sprite

* Update sewing_table.yml
This commit is contained in:
Ed
2025-01-15 00:34:08 +03:00
committed by GitHub
parent cf41cabcea
commit 925738afc2
18 changed files with 168 additions and 85 deletions

View File

@@ -84,7 +84,10 @@ public sealed partial class CP14WorkbenchSystem : SharedCP14WorkbenchSystem
return;
}
var resultEntity = Spawn(_proto.Index(args.Recipe).Result);
if (!_proto.TryIndex(args.Recipe, out var indexedRecipe))
return;
var resultEntity = Spawn(indexedRecipe.Result);
_stack.TryMergeToContacts(resultEntity);
_solutionContainer.TryGetSolution(resultEntity, recipe.Solution, out var resultSoln, out var resultSolution);