diff --git a/Mods/ExampleMod/Config/AccessTransformers.ini b/Mods/ExampleMod/Config/AccessTransformers.ini index 894f19bef0..35f0eee0d0 100644 --- a/Mods/ExampleMod/Config/AccessTransformers.ini +++ b/Mods/ExampleMod/Config/AccessTransformers.ini @@ -4,3 +4,8 @@ BlueprintReadWrite=(Class="/Script/FactoryGame.FGResourceNodeBase", Property="mR BlueprintReadWrite=(Class="/Script/FactoryGame.FGResourceNodeBase", Property="mMeshActor") BlueprintReadWrite=(Class="/Script/FactoryGame.FGResourceNodeBase", Property="mBoxComponent") BlueprintReadWrite=(Class="/Script/FactoryGame.FGResourceNodeFrackingSatellite", Property="mCore") + + +; Used by ExampleMod schematic CDO example +BlueprintReadWrite=(Class="/Script/FactoryGame.FGSchematic", Property="mUnlocks") +BlueprintReadWrite=(Class="/Script/FactoryGame.FGUnlockRecipe", Property="mRecipes") diff --git a/Mods/ExampleMod/Content/Recipes/Recipe_ExampleMixedBiomass.uasset b/Mods/ExampleMod/Content/Recipes/Recipe_ExampleMixedBiomass.uasset new file mode 100644 index 0000000000..1dc5bf937b Binary files /dev/null and b/Mods/ExampleMod/Content/Recipes/Recipe_ExampleMixedBiomass.uasset differ diff --git a/Mods/ExampleMod/Content/RootGameWorld_ExampleMod.uasset b/Mods/ExampleMod/Content/RootGameWorld_ExampleMod.uasset index 5d558469a0..27a7ba37bf 100644 Binary files a/Mods/ExampleMod/Content/RootGameWorld_ExampleMod.uasset and b/Mods/ExampleMod/Content/RootGameWorld_ExampleMod.uasset differ diff --git a/Mods/ExampleMod/Content/SubGameWorld_ExampleMod_SchematicCdoEdit.uasset b/Mods/ExampleMod/Content/SubGameWorld_ExampleMod_SchematicCdoEdit.uasset new file mode 100644 index 0000000000..62b148f7c5 Binary files /dev/null and b/Mods/ExampleMod/Content/SubGameWorld_ExampleMod_SchematicCdoEdit.uasset differ