A question for our most advanced fellow modders :
the recycling center in G&K has an aluminum output.
Does this means that now we can produce resources with buildings just with the code
or is Why's Mod BuildingResource still needed for this ?
the recycling center in G&K has an aluminum output.
Does this means that now we can produce resources with buildings just with the code
Code:
<Building_ResourceQuantity>
<Row>
<BuildingType>BUILDING_RECYCLING_CENTER</BuildingType>
<ResourceType>RESOURCE_ALUMINUM</ResourceType>
<Quantity>2</Quantity>
</Row>
</Building_ResourceQuantity>
or is Why's Mod BuildingResource still needed for this ?